There was an error while loading. Please reload this page.
Example commands (assuming that the the branch you forked off has pip_requirements.txt):
virtualenv -p $(which python2) ~/path/csbot ; cd ~/path/csbot ; git clone git@github.com:YOURUSERNAME/csbot.git src ; pip install -r src/pip_requirements.txt
Or with virtualenvwrapper: