Website for ChiVO
First of all, create the virtual environtment. The following command should work (Of curse you have to have installed virtualenv in python):
virtualenv chivowebenv
And then activate it:
source chivoenv/bin/activate
Just execute this (inside the viertual-env):
pip install -r requirements.txt