Skip to content

Commit

Permalink
Describe graphviz install instructions in README
Browse files Browse the repository at this point in the history
  • Loading branch information
simonlindholm committed Dec 12, 2018
1 parent 881ce8b commit 3d458b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@ Any decompilations whose results change should be manually inspected with `git d
and committed along with the rest of the changes.

Type annotations are used for all Python code. `mypy src/main.py` should pass without any errors.

To get pretty graph visualizations, install `graphviz` using `pip` and globally on your system (e.g. `sudo apt install graphviz`), and pass the `--visualize` flag.

0 comments on commit 3d458b2

Please sign in to comment.