A suite of tools for the independent contractor or consultant
-
Install prereqs on debian based systems:
$ sudo apt-get install python-pip postgresql libpq-dev python-dev
-
Setup your virtual environment:
$ pip install virtualenvwrapper
-
Install python packages:
(consulting-extras)$ pip -r requirements/prod.txt