Skip to content

mas2tg/cs3240-f16-team07

Repository files navigation

Project written using Python 3.4.4

To create a virtual environment with the requirements.txt file, execute the following commands:
virtualenv VENV_NAME
[activate the virtual environment]
pip install -r requirements.txt

If you are a contributor, know that you should not create your venv's inside the git project.