InfoVis project

Setup

@todo - what prerequisites should be installed?

Next, create a virtualenv for Python's dependencies.

$ python -m virtualenv virtualenv

Every time you'd like to run any of the Python scripts, run the following. We enter the virtual environment and install necessary Python dependencies.

$ source virtualenv/bin/activate
$ pip install -r requirements.txt