From a080bd45d0dd8e0f7b540305126af597005de438 Mon Sep 17 00:00:00 2001 From: Martin Carlsson Date: Wed, 25 May 2016 17:31:50 +0200 Subject: [PATCH] add libpg-dev to requirements --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d985ea9..c5dd3e0 100644 --- a/README.md +++ b/README.md @@ -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.