Update Py+Win installation instructions

This commit is contained in:
Ben Letham 2019-07-11 15:56:54 -07:00
parent aa26be5bab
commit 480b67b8fe
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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