From 0e76b79dde5ae8243a6ba4da1fa5ffe0bc748912 Mon Sep 17 00:00:00 2001 From: Ben Letham Date: Thu, 13 Apr 2017 23:46:47 -0700 Subject: [PATCH] List some packages required for Linux install --- docs/_docs/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_docs/installation.md b/docs/_docs/installation.md index be3729e..85d35c3 100644 --- a/docs/_docs/installation.md +++ b/docs/_docs/installation.md @@ -39,6 +39,6 @@ After installation, you can [get started!](quick_start.html#python-api) On Windows, PyStan requires a compiler so you'll need to [follow the instructions](http://pystan.readthedocs.io/en/latest/windows.html). The key step is installing a recent [C++ compiler](http://landinghub.visualstudio.com/visual-cpp-build-tools). -### Linux VM +### Linux -If you want to use Prophet in a VM, 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 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.