tree: d61a43096b3a3808e3f3adec233ba5d36d7603ac [path history] [tgz]
  1. depgraph_visualization/
  2. README.md
  3. requirements.txt
  4. setup.py
contrib/depgraph_visualization/README.md

Depgraph visualizer

Installation

Create a virtualenv inside the SDK at the path of your choosing, activate that virtualenv, then from this project's directory run the following commands:

pip install -r requirements.txt
pip install .

This will put a script called visualize_depgraph on your PATH. From there you can run visualize_depgraph --help to see the available options.

Usage

TODO(kevinruvalcaba): Fill me in!