From 3505dc2deaabcc31b8c590b12cdbbebb3ab0ceb9 Mon Sep 17 00:00:00 2001 From: Adarsh Dubey <84132532+inclinedadarsh@users.noreply.github.com> Date: Sat, 25 Jan 2025 00:37:45 +0530 Subject: [PATCH] docs: fix typo in installation instructions for conda-forge --- doc/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install.rst b/doc/install.rst index 81211db935..71ff66a53e 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -10,7 +10,7 @@ The latest release of PyTensor can be installed from Pypi using `pip`: pip install pytensor -Or via conda-force: +Or via conda-forge: .. code-block:: bash