pygraphviz: Python interface to Graphviz¶
Description¶
Python interface to Graphviz
License¶
BSD
Upstream Contact¶
Type¶
optional
Dependencies¶
$(PYTHON)
$(PYTHON_TOOLCHAIN)
libgraphviz: Graph visualization software (callable library)
Version Information¶
requirements.txt:
pygraphviz
version_requirements.txt:
pygraphviz
Installation commands¶
$ pip install pygraphviz
$ sage -i pygraphviz
$ conda install pygraphviz
$ sudo dnf install python3-pygraphviz
$ sudo port install py-pygraphviz
If the system package is installed and if the (experimental) option
--enable-system-site-packages
is passed to ./configure
, then
./configure
will check if the system package can be used.