mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-05-31 23:27:52 +00:00
List some packages required for Linux install
This commit is contained in:
parent
5971a2369b
commit
0e76b79dde
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue