mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-05-14 20:48:08 +00:00
Updated the links of "follow the instructions" element that triggered 404 Not found error (#2134)
This commit is contained in:
parent
2bbcd2c698
commit
a2c102cbae
1 changed files with 2 additions and 2 deletions
|
|
@ -46,7 +46,7 @@ Sys.setenv(R_STAN_BACKEND = "CMDSTANR")
|
|||
|
||||
### Windows
|
||||
|
||||
On Windows, R requires a compiler so you'll need to [follow the instructions](https://github.com/stan-dev/rstan/wiki/Installing-RStan-on-Windows) provided by `rstan`. The key step is installing [Rtools](http://cran.r-project.org/bin/windows/Rtools/) before attempting to install the package.
|
||||
On Windows, R requires a compiler so you'll need to [follow the instructions](https://github.com/stan-dev/rstan/wiki/Configuring-C---Toolchain-for-Windows) provided by `rstan`. The key step is installing [Rtools](http://cran.r-project.org/bin/windows/Rtools/) before attempting to install the package.
|
||||
|
||||
If you have custom Stan compiler settings, install from source rather than the CRAN binary.
|
||||
|
||||
|
|
@ -91,7 +91,7 @@ $ CMDSTAN=/tmp/cmdstan-2.22.1 STAN_BACKEND=PYSTAN,CMDSTANPY pip install prophet
|
|||
|
||||
### Windows
|
||||
|
||||
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.
|
||||
On Windows, PyStan requires a compiler so you'll need to [follow the instructions](https://pystan2.readthedocs.io/en/latest/windows.html). The easiest way to install Prophet in Windows is in Anaconda.
|
||||
|
||||
### Linux
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue