git clone https://github.com/jamesalbert/Al-Gore-Rhythms
cd Al-Gore-Rhythms
virtualenv venv
pip install .
python setup.py install
# check to see if it installed correctly
python
# >>> from algore.graphing import Dijkstra
just run:
python setup.py test
open ./htmlcov/index.html
in the browser. it might be hidden if you're
looking for it in atom (it's .gitignore'd).