Install graphviz correctely
Opened this issue · 0 comments
Billal-MOKHTARI commented
# installs the binaries.
conda install graphviz
# installs the python frontend for GraphViz.
pip install graphviz
# installs the python frontend as well.
conda install python-graphviz
Or you can directly use
conda install graphviz python-graphviz