Skip to content

Instantly share code, notes, and snippets.

@dkapitan
Created January 30, 2025 07:02
Show Gist options
  • Save dkapitan/99b13e722ef7a0339348d6f17c82cc79 to your computer and use it in GitHub Desktop.
Save dkapitan/99b13e722ef7a0339348d6f17c82cc79 to your computer and use it in GitHub Desktop.
Install pygraphviz on OSX
python3 -m pip install \
--config-settings="--global-option=build_ext" \
--config-settings="--global-option=-I$(brew --prefix graphviz)/include/" \
--config-settings="--global-option=-L$(brew --prefix graphviz)/lib/" \
pygraphviz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment