We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3df36b commit 4d2b2efCopy full SHA for 4d2b2ef
docs/source/installation.md
@@ -6,7 +6,7 @@ We recommend using [Anaconda](https://www.anaconda.com/) (or [Miniforge](https:/
6
Once you have installed one of the above, PyMC can be installed into a new conda environment as follows:
7
8
```console
9
-conda create -c conda-forge -n pymc_env "pymc>=4"
+conda create -c conda-forge -n pymc_env "pymc>=5"
10
conda activate pymc_env
11
```
12
If you like, replace the name `pymc_env` with whatever environment name you prefer.
0 commit comments