tree: b550b585bd9f320a2d87b82da6621f303eb4ca53 [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!