From bc542ed66ffaf195e68d274c4b9f5df86ad0e1a0 Mon Sep 17 00:00:00 2001 From: Ben Letham Date: Mon, 24 Apr 2017 16:35:56 -0700 Subject: [PATCH] add conda-forge to install documentation --- docs/_docs/installation.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/_docs/installation.md b/docs/_docs/installation.md index 85d35c3..44da10b 100644 --- a/docs/_docs/installation.md +++ b/docs/_docs/installation.md @@ -41,4 +41,8 @@ On Windows, PyStan requires a compiler so you'll need to [follow the instruction ### Linux -Make sure compilers (gcc, g++) and Python development tools (python-dev) are installed. If you are using Anaconda, you will need `conda install gcc`. If you are using a VM, be aware that you will need at least 2GB of memory to run PyStan. +Make sure compilers (gcc, g++) and Python development tools (python-dev) are installed. If you are using a VM, be aware that you will need at least 2GB of memory to run PyStan. + +### Anaconda + +Use `conda install gcc` to set up gcc. The easiest way to install Prophet is through conda-forge: `conda install -c conda-forge fbprophet`.