Skip to content

Commit 7fbc38f

Browse files
twieckimichaelosthege
authored andcommitted
Add version string to conda install command. Remove jax from blackjax pip install instructions.
1 parent c8525eb commit 7fbc38f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/installation.md

Lines changed: 2 additions & 2 deletions
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
9+
conda create -c conda-forge -n pymc_env "pymc>=4"
1010
conda activate pymc_env
1111
```
1212
If you like, replace the name `pymc_env` with whatever environment name you prefer.
@@ -23,7 +23,7 @@ pip install numpyro
2323
Similarly, to use BlackJAX for sampling it should be installed via `pip`:
2424

2525
```console
26-
pip install jax jaxlib blackjax
26+
pip install blackjax
2727
```
2828

2929
Note that JAX is not directly supported on Windows systems at the moment.

0 commit comments

Comments
 (0)