Created
November 22, 2024 17:30
-
-
Save perryism/0bbe16203183c1c6b1a4e6f005c20aaf to your computer and use it in GitHub Desktop.
install pygraphviz on mac
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
brew install graphviz | |
export CFLAGS="-I $(brew --prefix graphviz)/include" | |
export LDFLAGS="-L $(brew --prefix graphviz)/lib" | |
pip install pygraphviz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment