Explorar el Código

List some packages required for Linux install

Ben Letham hace 8 años
padre
commit
0e76b79dde
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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.