⇤ ← Revision 1 as of 2011-10-31 20:17:29
Size: 423
Comment:
|
← Revision 2 as of 2011-11-02 15:41:13 ⇥
Size: 433
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 10: | Line 10: |
$ pip install django $ pip install psycopg2 |
$ sudo pip install django $ sudo pip install psycopg2 |
Installation on MacOSX
$ brew install postgresql $ initdb /usr/local/var/postgres cp /usr/local/Cellar/postgresql/9.0.1/org.postgresql.postgres.plist ~/Library/LaunchAgents launchctl load -w ~/Library/LaunchAgents/org.postgresql.postgres.plist pg_ctl -D /usr/local/var/postgres -l /usr/local/var/postgres/server.log start $ sudo pip install django $ sudo pip install psycopg2