Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1.46 KB

install.rst

File metadata and controls

45 lines (33 loc) · 1.46 KB

Installation

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

pip install cyclonedx-python-lib

CycloneDX-python-lib is also available from conda-forge.

Extras

The following extras are available when installing this package:

json-validation
Install the optional dependencies needed for JSON validation.
xml-validation
Install the optional dependencies needed for XML validation.
validation
Install the optional dependencies needed for all supported validations.

They can be used when installing in order to include additional dependencies, e.g.:

pip install 'cyclonedx-python-lib[validation]'