Skip to content

Instantly share code, notes, and snippets.

@theArjun
Created March 10, 2021 14:55
Show Gist options
  • Select an option

  • Save theArjun/dffd34b6fd47b29a71e7d9a631244c55 to your computer and use it in GitHub Desktop.

Select an option

Save theArjun/dffd34b6fd47b29a71e7d9a631244c55 to your computer and use it in GitHub Desktop.
Install pygraphviz
sudo apt install libgraphviz-dev
pip install python3-pygraphviz graphviz
pip install --global-option=build_ext --global-option="-I/usr/local/Cellar/graphviz/2.38.0/include/" --global-option="-L/usr/local/Cellar/graphviz/2.38.0/lib/" pygraphviz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment