From 792278f4872e9baca3a564f35c9998c1eb03818d Mon Sep 17 00:00:00 2001 From: Ben Letham Date: Fri, 9 Mar 2018 10:15:43 -0800 Subject: [PATCH] Update list of dependencies in Linux to include build-essential and python3-dev --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f3f90a..22df4da 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ On Windows, PyStan requires a compiler so you'll need to [follow the instruction ### Linux -Make sure compilers (gcc, g++) and Python development tools (python-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. 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