Skip to content

Commit 4ae9710

Browse files
Add credits for dependency libraries
1 parent ce55ee0 commit 4ae9710

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,9 @@ Successfully installed networkx-3.5 pydot-4.0.1 pyparsing-3.2.3
8484

8585
At this stage, you are ready to use the Python script!
8686

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

Comments
 (0)