Fix PyStan Installation Link (#1860)

`installation_beginner.html` no longer exists on RTD.
This commit is contained in:
Tyler Kennedy 2021-04-03 18:03:28 -04:00 committed by GitHub
parent 899b4fac13
commit cd8a24eddd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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