From 60ac4a2c656b4e563acaf7ef368d945d4311935c Mon Sep 17 00:00:00 2001 From: Frederic Massart Date: Wed, 5 Nov 2014 13:17:51 +0800 Subject: [PATCH] Adding required Debian packages to install instructions. Fixes #96 --- README.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.rst b/README.rst index a76a26d..9470697 100644 --- a/README.rst +++ b/README.rst @@ -39,6 +39,10 @@ You need the `pip `_ to That's it! +On Debian-based systems, you will probably need to install the following packages: + + sudo apt-get install python-pip libmysqlclient-dev libpq-dev python-dev + Homebrew -------- @@ -66,6 +70,10 @@ You will need the tool `pip