Skip to content

Instantly share code, notes, and snippets.

@elyasha
Created February 22, 2024 21:42
Show Gist options
  • Save elyasha/ae2d4b2617431dc929a13690186eb089 to your computer and use it in GitHub Desktop.
Save elyasha/ae2d4b2617431dc929a13690186eb089 to your computer and use it in GitHub Desktop.
Install pygraphviz in MacOS
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