Skip to content

Commit

Permalink
Add version string to conda install command. Remove jax from blackjax…
Browse files Browse the repository at this point in the history
… pip install instructions.
  • Loading branch information
twiecki authored and michaelosthege committed Jul 3, 2022
1 parent c8525eb commit 7fbc38f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ We recommend using [Anaconda](https://www.anaconda.com/) (or [Miniforge](https:/
Once you have installed one of the above, PyMC can be installed into a new conda environment as follows:

```console
conda create -c conda-forge -n pymc_env pymc
conda create -c conda-forge -n pymc_env "pymc>=4"
conda activate pymc_env
```
If you like, replace the name `pymc_env` with whatever environment name you prefer.
Expand All @@ -23,7 +23,7 @@ pip install numpyro
Similarly, to use BlackJAX for sampling it should be installed via `pip`:

```console
pip install jax jaxlib blackjax
pip install blackjax
```

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

0 comments on commit 7fbc38f

Please sign in to comment.