From d727ac2e1161dd42169e0c9d1d2b5658ce4b8f2c Mon Sep 17 00:00:00 2001 From: Aman Sharma <76823502+arcAman07@users.noreply.github.com> Date: Sun, 28 May 2023 19:01:47 +0530 Subject: [PATCH] Updated documentation and README (#2427) --- README.md | 6 +++++- docs/_docs/installation.md | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) 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 +```