Use virtualenv:
python3 -m venv .graphs // or other directory name
. .graphs/bin/activate
python pip install -r requirements.txt // updating pip if necessary
And then use command line tools, starting with:
python graph.py help
This repository comes with a few example files so you can either try them out or generate graph file yourself.