mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-07-29 20:14:08 +00:00
Update list of dependencies in Linux to include build-essential and python3-dev
This commit is contained in:
parent
998c90fc05
commit
792278f487
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ On Windows, PyStan requires a compiler so you'll need to [follow the instruction
|
|||
|
||||
### Linux
|
||||
|
||||
Make sure compilers (gcc, g++) and Python development tools (python-dev) are installed. If you are using a VM, be aware that you will need at least 4GB of memory to install fbprophet, and at least 2GB of memory to use fbprophet.
|
||||
Make sure compilers (gcc, g++, build-essential) and Python development tools (python-dev, python3-dev) are installed. If you are using a VM, be aware that you will need at least 4GB of memory to install fbprophet, and at least 2GB of memory to use fbprophet.
|
||||
|
||||
### Anaconda
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue