PyGraphviz Documentation

We recommend installing Python packages usingpip and virtual environments. 1.1.1Linux We recommend installing Graphviz using your Linux system’s package manager. Below are examples for some popular distributions. Ubuntu and Debian $ sudo apt-get install graphviz graphviz-dev $ pip install pygraphviz 1 ................
................