Add PostgreSQL instructions

This commit is contained in:
Roberto Rosario
2012-02-06 14:37:40 -04:00
parent c0d8e6f667
commit 75ecbfdee0

View File

@@ -36,6 +36,11 @@ If using the ``MySQL`` database manager, use the following commands::
$ apt-get install python-dev libmysqlclient-dev gcc -y
$ pip install MySQL-python
If using PostgreSQL, enter the following::
$ apt-get install python-dev libpq-dev gcc-y
$ pip install pip install psycopg2
Populate the database with the project's schema doing::