From fc273808258b1a475705a75cf9d4af11ad5ab902 Mon Sep 17 00:00:00 2001 From: Ben Letham Date: Mon, 28 May 2018 14:42:27 -0700 Subject: [PATCH] List some packages that have been important for installing fbprophet in redhat --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ddccad3..fc59edd 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ On Windows, PyStan requires a compiler so you'll need to [follow the instruction ### Linux -Make sure compilers (gcc, g++, build-essential) and Python development tools (python-dev, python3-dev) are installed. 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. +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