Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 353 Bytes

install.rst

File metadata and controls

12 lines (8 loc) · 353 Bytes

Installation

Install from pypi.org as you would any other Python module using your preferred package manager:

python -m pip install cyclonedx-bom   # install via pip
pipx install cyclonedx-bom            # install via pipx
poetry add cyclonedx-bom              # install via poetry

# ... you get the hang