Clone the repository to your local environment.This project requires a Python version >=2.7 and <=3.5.
Go into the project directory and run the following:
pip install --upgrade pip
virtualenv virlab-pyenv
source virlab-pyenv/bin/activate
pip install -r requirements.txtMake sure you run the source command before working with this project.
To leave the virtual environment, type deactivate.
Type the following to run the server in virtual environment:
python server.py