mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-07-07 17:15:37 +00:00
Fix PyStan Installation Link (#1860)
`installation_beginner.html` no longer exists on RTD.
This commit is contained in:
parent
899b4fac13
commit
cd8a24eddd
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ $
|
|||
$ pip install prophet
|
||||
```
|
||||
|
||||
The major dependency that Prophet has is `pystan`. PyStan has its own [installation instructions](http://pystan.readthedocs.io/en/latest/installation_beginner.html). Install pystan with pip before using pip to install prophet.
|
||||
The major dependency that Prophet has is `pystan`. PyStan has its own [installation instructions](https://pystan.readthedocs.io/en/latest/installation.html). Install pystan with pip before using pip to install prophet.
|
||||
|
||||
After installation, you can [get started!](quick_start.html#python-api)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue