From 4d841da0797c46424329d18bcd9c0f99f887a6e9 Mon Sep 17 00:00:00 2001 From: ProCodec <43810146+error9098x@users.noreply.github.com> Date: Thu, 1 Jun 2023 19:43:10 +0000 Subject: [PATCH] Version change in the docs installation command --- docs/source/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/installation.md b/docs/source/installation.md index a0ad1e2dc..40bc6bfeb 100644 --- a/docs/source/installation.md +++ b/docs/source/installation.md @@ -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>=4" +conda create -c conda-forge -n pymc_env "pymc>=5" conda activate pymc_env ``` If you like, replace the name `pymc_env` with whatever environment name you prefer.