aboutsummaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2015-03-15 16:32:33 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2015-03-15 16:32:33 +0100
commit28475f1b6f8dcfde8b65d5643684ad4c2437c7fb (patch)
treef5b2b0c63518952312ca00dfd3a85a6136a5c6bc /documentation
parentUpdated documentation. (diff)
downloadnewspipe-28475f1b6f8dcfde8b65d5643684ad4c2437c7fb.tar.gz
newspipe-28475f1b6f8dcfde8b65d5643684ad4c2437c7fb.tar.bz2
newspipe-28475f1b6f8dcfde8b65d5643684ad4c2437c7fb.zip
psycopg2 is now in the requirements.txt file.
Diffstat (limited to 'documentation')
-rw-r--r--documentation/deployment.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/documentation/deployment.rst b/documentation/deployment.rst
index 64fd1d30..9cae0ddf 100644
--- a/documentation/deployment.rst
+++ b/documentation/deployment.rst
@@ -92,7 +92,6 @@ If you want to use PostgreSQL
.. code-block:: bash
$ sudo apt-get install postgresql postgresql-server-dev-9.3 postgresql-client
- $ pip install psycopg2
$ echo "127.0.0.1:5432:aggregator:pgsqluser:pgsqlpwd" > ~/.pgpass
$ chmod 700 ~/.pgpass
$ sudo -u postgres createuser pgsqluser --no-superuser --createdb --no-createrole
bgstack15