From: Frederic Massart Date: Wed, 5 Nov 2014 05:17:51 +0000 (+0800) Subject: Adding required Debian packages to install instructions. Fixes #96 X-Git-Tag: v1.4~5 X-Git-Url: https://git.cameron1729.xyz/?a=commitdiff_plain;h=60ac4a2c656b4e563acaf7ef368d945d4311935c;p=mdk.git Adding required Debian packages to install instructions. Fixes #96 --- 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