google-research / python-graphs

A static analysis library for computing graph representations of Python programs suitable for use with graph neural networks.
Apache License 2.0
325 stars 39 forks source link

Add pygraphviz installation instructions to README.md. #19

Open dan-zheng opened 1 year ago

dan-zheng commented 1 year ago

Document pygraphviz's installation instructions, which must be followed for pip install python_graphs to work.

Markdown formatter changes included.


Resolves https://github.com/google-research/python-graphs/issues/18.