From d21b0cf4fde4033d18218bdf44cb06c0c69f40ab Mon Sep 17 00:00:00 2001 From: Ray Bell Date: Wed, 17 Apr 2019 20:15:00 -0400 Subject: [PATCH] DOC: move anaconda section to after pypi section (#924) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e6f451a..957d4bf 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,10 @@ After installation, you can [get started!](https://facebook.github.io/prophet/do If you upgrade the version of PyStan installed on your system, you may need to reinstall fbprophet ([see here](https://github.com/facebook/prophet/issues/324)). +### Anaconda + +Use `conda install gcc` to set up gcc. The easiest way to install Prophet is through conda-forge: `conda install -c conda-forge fbprophet`. + ### Windows On Windows, PyStan requires a compiler so you'll need to [follow the instructions](http://pystan.readthedocs.io/en/latest/windows.html). The key step is installing a recent [C++ compiler](https://visualstudio.microsoft.com/visual-cpp-build-tools/). @@ -58,10 +62,6 @@ On Windows, PyStan requires a compiler so you'll need to [follow the instruction Make sure compilers (gcc, g++, build-essential) and Python development tools (python-dev, python3-dev) are installed. In Red Hat systems, install the packages gcc64 and gcc64-c++. If you are using a VM, be aware that you will need at least 4GB of memory to install fbprophet, and at least 2GB of memory to use fbprophet. -### Anaconda - -Use `conda install gcc` to set up gcc. The easiest way to install Prophet is through conda-forge: `conda install -c conda-forge fbprophet`. - ## Changelog ### Version 0.4 (2018.12.18)