Technologicat / pyan

Static call graph generator. The official Python 3 version. Development repo.
GNU General Public License v2.0
323 stars 56 forks source link

What is "dot"? #87

Open martinhbramwell opened 1 year ago

martinhbramwell commented 1 year ago

New to Python and Graphviz, sorry!

I stumbled on the answer by typing

dot --help

The docs should mention the prerequisite:

sudo apt install graphviz
JoeZiminski commented 1 year ago

on windows may require os.environ["PATH"] += os.pathsep + r'C:\Program Files\Graphviz\bin' (path to your installation) at top of script