Also tell people to install python-psycopg2 if using postgres in docs
authorChristopher Allan Webber <cwebber@dustycloud.org>
Tue, 1 May 2012 03:12:07 +0000 (22:12 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Tue, 1 May 2012 03:12:07 +0000 (22:12 -0500)
docs/source/deploying.rst

index fc0e2721a24230f01923bc9e4a2dfa54bbb06c48..4d20da45a44f699fb615201dc9918e25cfd99c9c 100644 (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