X-Git-Url: http://git.tremily.us/?p=depgraph.git;a=blobdiff_plain;f=README;h=f181014a074e2c7f271135ea4008cffe11d1cb06;hp=db51f4e27c4e4e9500c9c329e37a812f3ed7dbcd;hb=adb5e4b678b95e2f3d939ffae7dacff0fe431ecd;hpb=ffa5861133cab43257256766e0203c76c45f0205 diff --git a/README b/README index db51f4e..f181014 100644 --- a/README +++ b/README @@ -4,8 +4,8 @@ http://tarind.com/depgraph.html Generate python module dependency graphs using dot (graphviz package) $ py2depgraph.py path/to/my/script.py | depgraph2dot.py | dot -T png -o depgraph.png -I added some code to also save the path of any modules, -so it would be easier to only print modules with particular paths, +I added some code to also save the path of any modules, +so it would be easier to only print modules with particular paths, or to make the boundary between python and other languages more clear. Now the default is to only print modules I wrote or those involving comedi,