Created
March 10, 2021 14:55
-
-
Save theArjun/dffd34b6fd47b29a71e7d9a631244c55 to your computer and use it in GitHub Desktop.
Install pygraphviz
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo apt install libgraphviz-dev | |
| pip install python3-pygraphviz graphviz | |
| pip install --global-option=build_ext --global-option="-I/usr/local/Cellar/graphviz/2.38.0/include/" --global-option="-L/usr/local/Cellar/graphviz/2.38.0/lib/" pygraphviz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment