Create a Python virtualenv with interpreter version 2.7 or later on your UNIX system. Activate the virtualenv with source bin/activate
, and then create a new folder called project
. Navigate into this folder, and clone this repository.
If you are on a Linux system, you may need to run apt-get install libfreetype6-dev python-dev tcl-dev tk-dev python-matplotlib
. Install all dependencies by running pip install -r requirements.txt
.
All output should go to ./output until we find a better way to display our results.