PyDotPlus is an improved version of the old pydot project that provides a Python Interface to Graphviz’s Dot language.
Installation
For the latest stable version:
pip install pydotplus
For the development version:
pip install https://github.com/carlos-jenkins/pydotplus/archive/master.zip
L...
Get PyGraphviz from the Python Package Index at http://pypi.python.org/pypi/pygraphviz
or install it with:
pip install pygraphviz
and an attempt will be made to find and install an appropriate version that matches your operating system and Python version.
You can install the development version ...