Revision 253
Added by Aaron Marcuse-Kubitza about 13 years ago
scripts/Makefile | ||
---|---|---|
55 | 55 |
reinstall_core: _not_file rm_core core |
56 | 56 |
|
57 | 57 |
postgres-Linux: _not_file |
58 |
-sudo apt-get install python-dev libpq-dev |
|
58 |
-sudo apt-get install postgresql python-dev libpq-dev
|
|
59 | 59 |
-sudo apt-get install python-pip && sudo pip install psycopg2 |
60 | 60 |
|
61 | 61 |
postgres-Darwin: _not_file # TODO: implement this |
Also available in: Unified diff
scripts/Makefile: Added postgresql to postgres-Linux apt-get packages