mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-05-14 20:48:08 +00:00
Updated documentation and README (#2427)
This commit is contained in:
parent
9dd5c8cc4f
commit
d727ac2e11
2 changed files with 10 additions and 2 deletions
|
|
@ -85,7 +85,11 @@ After installation, you can [get started!](https://facebook.github.io/prophet/do
|
|||
|
||||
### Anaconda
|
||||
|
||||
Prophet can also be installed through conda-forge: `conda install -c conda-forge prophet`.
|
||||
Prophet can also be installed through conda-forge.
|
||||
|
||||
```bash
|
||||
conda install -c conda-forge prophet
|
||||
```
|
||||
|
||||
## Installation in Python - Development version
|
||||
|
||||
|
|
|
|||
|
|
@ -68,4 +68,8 @@ After installation, you can [get started!](quick_start.html#python-api)
|
|||
|
||||
### Anaconda
|
||||
|
||||
Prophet can also be installed through conda-forge: `conda install -c conda-forge prophet`.
|
||||
Prophet can also be installed through conda-forge.
|
||||
|
||||
```bash
|
||||
conda install -c conda-forge prophet
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue