Skip to content
José Damián Garrido edited this page Jun 5, 2013 · 6 revisions

First step, you need install some tools (if you dont have)

sudo apt-get install virtualenvwrapper

Second step, create a virtualenv

mkvirtualenv writeit

Install the requirements

pip install -r requirements.txt

(I think I missed half of the commands but that is sort of close)

Clone this wiki locally