v0.3.2
Added --no-graph to disable the task graph feature.
- Fix for issue #11
Added graphviz to pip package requirements.
- So that
graphvizis automatically installed duringpipinstallation - However,
pip install graphvizstill doesn't install GraphViz's executabledot.- Debian/Ubuntu:
sudo apt-get install graphviz
- Debian/Ubuntu: