Fix "by hand" installation instructions.

- Add missing `python-dev` in apt-get install command
This commit is contained in:
Amanpreet Singh 2015-09-28 14:57:58 +05:30 committed by Tim Abbott
parent 1f2f497cab
commit e20bc9f9b3
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ Install the following non-Python dependencies:
On Debian or Ubuntu systems:
```
sudo apt-get install libffi-dev memcached rabbitmq-server libldap2-dev redis-server postgresql-server-dev-all libmemcached-dev
sudo apt-get install libffi-dev memcached rabbitmq-server libldap2-dev python-dev redis-server postgresql-server-dev-all libmemcached-dev
# If on 12.04 or wheezy:
sudo apt-get install postgresql-9.1