Skip to content

Instantly share code, notes, and snippets.

@perryism
Created November 22, 2024 17:30
Show Gist options
  • Save perryism/0bbe16203183c1c6b1a4e6f005c20aaf to your computer and use it in GitHub Desktop.
Save perryism/0bbe16203183c1c6b1a4e6f005c20aaf to your computer and use it in GitHub Desktop.
install pygraphviz on mac
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