Browse Source

Add libpq-dev as a dependency

Baptiste Jonglez 11 years ago
parent
commit
beb022439d
1 changed files with 3 additions and 2 deletions
  1. 3 2
      README.md

+ 3 - 2
README.md

@@ -29,9 +29,10 @@ the project):
 
 
 Install dependencies. On Debian, you will probably need the
-`python-dev`, `python-pip`, `libldap-dev` and `libsasl2-dev` packages.
+`python-dev`, `python-pip`, `libldap-dev`, `libpq-dev` and `libsasl2-dev`
+packages.
 
-sudo apt-get install python-dev python-pip libldap2-dev libsasl2-dev
+  sudo apt-get install python-dev python-pip libldap2-dev libpq-dev libsasl2-dev
 
 Then run: