Billal-MOKHTARI/torch-model-manager

Install graphviz correctely

Opened this issue · 0 comments

# 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

References