Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 525 Bytes

File metadata and controls

34 lines (22 loc) · 525 Bytes

sbom-analysis

Installation

To install this repo, first clone it, then run the following commands:

Create a virtual environment with PDM for package installation:

pdm venv create 3.9

Select the correct python interpreter (the one in the virtual environment):

pdm use

Install the packages:

pdm install

Running Commands

All commands should be run with PDM like the following:

pdm run <command>