add libpg-dev to requirements

This commit is contained in:
Martin Carlsson
2016-05-25 17:31:50 +02:00
parent 16d513e2d1
commit a080bd45d0
+1 -1
View File
@@ -8,7 +8,7 @@ Make sure that your system has Python version 3.4 installed. If you dont have it
```
$ sudo add-apt-repository ppa:fkrull/deadsnakes
$ sudo apt-get update
$ sudo apt-get install python3.4 python3.4-dev build-essential
$ sudo apt-get install python3.4 python3.4-dev build-essential libpq-dev
```
Next its recommended that you create a [virtualenv](http://docs.python-guide.org/en/latest/dev/virtualenvs/) of python 3.4 and install all packages in it.