1st semester 2016, System Optimisation Unit PUC-Minas
Inside the server folder do the following:
-
Create a environment wrapper
virtualenv-3.4 env -
Activate the new environment
source env/bin/activate -
Upgrade pip
pip install pip --upgrade -
Install dependencies
pip install -f requirements.txt -
Run
python server.py