From 4a8fb5921eb760ebff772208457fe97c8ff8ee93 Mon Sep 17 00:00:00 2001 From: Ben Letham Date: Mon, 28 May 2018 16:19:54 -0700 Subject: [PATCH] In installation instructions say to install pytsan with pip prior to installing fbprophet with pip --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc59edd..c7bc300 100644 --- a/README.md +++ b/README.md @@ -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)