diff options
-rw-r--r-- | docs/source/deploying.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 |