Browse Source

List some packages required for Linux install

Ben Letham 8 years ago
parent
commit
0e76b79dde
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/_docs/installation.md

+ 2 - 2
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.