Skip to content

v0.3.2

Compare
Choose a tag to compare
@leepc12 leepc12 released this 09 Dec 17:46
· 67 commits to master since this release

Added --no-graph to disable the task graph feature.

  • Fix for issue #11

Added graphviz to pip package requirements.

  • So that graphviz is automatically installed during pip installation
  • However, pip install graphviz still doesn't install GraphViz's executable dot.
    • Debian/Ubuntu: sudo apt-get install graphviz