We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce55ee0 commit 4ae9710Copy full SHA for 4ae9710
README.md
@@ -84,3 +84,9 @@ Successfully installed networkx-3.5 pydot-4.0.1 pyparsing-3.2.3
84
85
At this stage, you are ready to use the Python script!
86
87
+# Credits
88
+The Python script depends on the below:
89
+* [NetworkX](https://networkx.org/) - for a graph (network) representation of the call graph.
90
+* [PyGraphviz](https://pygraphviz.github.io/) - used to export the NetworkX graph to SVG and DOT formats.
91
+* [Graphviz](https://graphviz.org/about/) - used by PyGraphviz internally.
92
+* [Pydot](https://github.com/pydot/pydot) - used by PyGraphviz internally.
0 commit comments