jamesalbert / Al-Gore-Rhythms

Al Gore. Praise be, praise be.
0 stars 0 forks source link

Al-Gore-Rhythms

INSTALL

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

TESTING

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).