mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-05-23 22:13:46 +00:00
In installation instructions say to install pytsan with pip prior to installing fbprophet with pip
This commit is contained in:
parent
13976d07b7
commit
4a8fb5921e
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ Prophet is on PyPI, so you can use pip to install it:
|
|||
$ pip install fbprophet
|
||||
```
|
||||
|
||||
The major dependency that Prophet has is `pystan`. PyStan has its own [installation instructions](http://pystan.readthedocs.io/en/latest/installation_beginner.html).
|
||||
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 fbprophet.
|
||||
|
||||
After installation, you can [get started!](https://facebook.github.io/prophet/docs/quick_start.html#python-api)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue