You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Make sure you install the optional dependencies `networkx` and `pygraphviz`. To do so run `pip install ".[graph_generation]"`.
89
-
* Use `pyspdxtools -i <input_file> --generate_graph <output_file>` where `<output_file>` is an output file name with valid format for `pygraphviz` (check
89
+
* Use `pyspdxtools -i <input_file> --graph -o <output_file>` where `<output_file>` is an output file name with valid format for `pygraphviz` (check
90
90
the documentation [here](https://pygraphviz.github.io/documentation/stable/reference/agraph.html#pygraphviz.AGraph.draw)).
91
91
* If you are using a source distribution, try running
92
-
`pyspdxtools -i tests/data/formats/SPDXJSONExample-v2.3.spdx.json --generate_graph SPDXJSONExample-v2.3.spdx.png` to generate
92
+
`pyspdxtools -i tests/data/formats/SPDXJSONExample-v2.3.spdx.json --graph -o SPDXJSONExample-v2.3.spdx.png` to generate
93
93
a png with an overview of the structure of the example file.
0 commit comments