List some packages required for Linux install

This commit is contained in:
Ben Letham 2017-04-13 23:46:47 -07:00
parent 5971a2369b
commit 0e76b79dde

View file

@ -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.