To setup the project on your local machine there are a few things that you need to do.
- Install Python version 2.7
- Install the Python module Virtualenv for usage of virtual enviroments (Not necessary but recommended)
- Clone this repository and setup a virtual enviroment in the project directory on your local machine.
- Install the needed Python Dependencies listed in the requierments.txt into your virtual enviorment.