Also tell people to install python-psycopg2 if using postgres in docs

This commit is contained in:
Christopher Allan Webber 2012-04-30 22:12:07 -05:00
parent 084a619079
commit 21a84362ea

View File

@ -74,7 +74,7 @@ Configure PostgreSQL
These are the packages needed for Debian Wheezy (testing)::
sudo apt-get install postgresql postgresql-client
sudo apt-get install postgresql postgresql-client python-psycopg2
The installation process will create a new *system* user named ``postgres``,
it will have privilegies sufficient to manage the database. We will create a