diff --git a/README.md b/README.md index 29b5e7a..bfe4816 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/_docs/installation.md b/docs/_docs/installation.md index 6af4558..7fbdf92 100644 --- a/docs/_docs/installation.md +++ b/docs/_docs/installation.md @@ -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 +```