From 21a84362eab488533c259413d351550da3d12b2c Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Mon, 30 Apr 2012 22:12:07 -0500 Subject: Also tell people to install python-psycopg2 if using postgres in docs --- docs/source/deploying.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/source') diff --git a/docs/source/deploying.rst b/docs/source/deploying.rst index fc0e2721..4d20da45 100644 --- a/docs/source/deploying.rst +++ b/docs/source/deploying.rst @@ -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 -- cgit v1.2.3