Skip to content

Commit 6926d55

Browse files
authored
Merge branch 'pymc-devs:main' into icdf_lognormal
2 parents cfcfa05 + 4d2b2ef commit 6926d55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/installation.md

Lines changed: 1 addition & 1 deletion
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)