Skip to content

Commit 4d2b2ef

Browse files
authored
update installation instructions to request version >5 (#6752)
1 parent f3df36b commit 4d2b2ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/installation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ We recommend using [Anaconda](https://www.anaconda.com/) (or [Miniforge](https:/
66
Once you have installed one of the above, PyMC can be installed into a new conda environment as follows:
77

88
```console
9-
conda create -c conda-forge -n pymc_env "pymc>=4"
9+
conda create -c conda-forge -n pymc_env "pymc>=5"
1010
conda activate pymc_env
1111
```
1212
If you like, replace the name `pymc_env` with whatever environment name you prefer.

0 commit comments

Comments
 (0)