From e25645fceb0072f388f85d4dfc67c22ba0c0e96d Mon Sep 17 00:00:00 2001 From: Ravin Kumar Date: Sun, 3 Oct 2021 18:57:53 -0700 Subject: [PATCH] Update PyMC name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ec0d9b..e80e6e0 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Assuming a standard Python environment is installed on your machine (including p You'll also need to install PyMC3. You can install PyMC3 from the command line as follows (for details, see the full [installation instructions](pip install git+https://github.com/pymc-devs/pymc3) on the PyMC3 repository: - pip install git+https://github.com/pymc-devs/pymc3 + pip install git+https://github.com/pymc-devs/pymc@v3 Once both packages are installed, you should be ready to fit models with NiPyMC.