Updated documentation and README (#2427)

This commit is contained in:
Aman Sharma 2023-05-28 19:01:47 +05:30 committed by GitHub
parent 9dd5c8cc4f
commit d727ac2e11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 2 deletions

View file

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

View file

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