Last page update: November 23, 2011
To use GenroPy, you’ll need at least:
- Mac OS or Linux [1]
- Python 2.6
- Postgres 8
- git
Install easy_install:
curl -O http://peak.telecommunity.com/dist/ez_setup.py sudo python ez_setup.py # for Ubuntu sudo apt-get install python-setuptoolsInstall psycopg2 and paver, with easy_install:
sudo easy_install -U -Z psycopg2 # for Ubuntu sudo apt-get install python-psycopg2To install paver:
sudo easy_install -U -Z paver(-U = upgrade, -Z = always unzip)
Genropy is in a Git repository. To obtain genropy, type:
TODO