Set executable bits and add level arg to py2depgraph.mymf.import_hook().
[depgraph.git] / README
diff --git a/README b/README
index cbc6e5f7e1c2b51134cb56b7014fbd7f61a84830..db51f4e27c4e4e9500c9c329e37a812f3ed7dbcd 100644 (file)
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ Originals from: "Toby Dickenson" <toby@tarind.com>
 http://tarind.com/depgraph.html
 
 Generate python module dependency graphs using dot (graphviz package)
-$ python py2depgraph.py path/to/my/script.py | python depgraph2dot.py | dot -T png -o depgraph.png
+$ 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,