Adding required Debian packages to install instructions. Fixes #96
authorFrederic Massart <fred@moodle.com>
Wed, 5 Nov 2014 05:17:51 +0000 (13:17 +0800)
committerFrederic Massart <fred@moodle.com>
Wed, 5 Nov 2014 05:17:56 +0000 (13:17 +0800)
README.rst

index a76a26d..9470697 100644 (file)
@@ -39,6 +39,10 @@ You need the `pip <http://www.pip-installer.org/en/latest/installing.html>`_ 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 <http://www.pip-installer.org/en/latest/installing.h
 
     sudo pip install -r /opt/moodle-sdk/requirements.txt
 
+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
+
 3. Make executable and accessible
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~