Skip to content

Instantly share code, notes, and snippets.

@neelabalan
Created April 11, 2024 08:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neelabalan/065f222bfa4d2c28f486e810f06a7c51 to your computer and use it in GitHub Desktop.
Save neelabalan/065f222bfa4d2c28f486e810f06a7c51 to your computer and use it in GitHub Desktop.
export GRAPHVIZ_DIR="$(brew --prefix graphviz)"
pip install pygraphviz \
--config-settings=--global-option=build_ext \
--config-settings=--global-option="-I$GRAPHVIZ_DIR/include" \
--config-settings=--global-option="-L$GRAPHVIZ_DIR/lib"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment