Created
January 30, 2025 07:02
-
-
Save dkapitan/99b13e722ef7a0339348d6f17c82cc79 to your computer and use it in GitHub Desktop.
Install pygraphviz on OSX
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
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