Skip to content

How to generate a BOM

You can use a tool like cyclonedx-bom.

Important: Do not install this tool inside the same environment.

After successfully installing it, you need to run

pip freeze > requirements.txt

Then, you can generate a BOM via

cyclonedx-py -o bom.json -j

MdBOM can work with the generated BOM.