mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-07-01 03:45:08 +00:00
Update Py+Win installation instructions
This commit is contained in:
parent
aa26be5bab
commit
480b67b8fe
2 changed files with 2 additions and 2 deletions
|
|
@ -55,7 +55,7 @@ Use `conda install gcc` to set up gcc. The easiest way to install Prophet is thr
|
|||
|
||||
### Windows
|
||||
|
||||
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](https://visualstudio.microsoft.com/visual-cpp-build-tools/).
|
||||
On Windows, PyStan requires a compiler so you'll need to [follow the instructions](http://pystan.readthedocs.io/en/latest/windows.html). The easiest way to install Prophet in Windows is in Anaconda.
|
||||
|
||||
### Linux
|
||||
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ After installation, you can [get started!](quick_start.html#python-api)
|
|||
|
||||
### Windows
|
||||
|
||||
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](https://visualstudio.microsoft.com/visual-cpp-build-tools/).
|
||||
On Windows, PyStan requires a compiler so you'll need to [follow the instructions](http://pystan.readthedocs.io/en/latest/windows.html). The easiest way to install Prophet in Windows is in Anaconda.
|
||||
|
||||
### Linux
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue