Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
  • Loading branch information
jkowalleck committed Sep 19, 2023
1 parent df4b329 commit 4c0f74f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,21 @@ Install from `pypi.org`_ as you would any other Python module using your preferr

.. _pypi.org: https://pypi.org/project/cyclonedx-python-lib/
.. _conda-forge: https://anaconda.org/conda-forge/cyclonedx-python-lib

Extras
------

The following extras are available when installing the package:

`json-validation`
Install the optional dependencies needed for JSON validation.
`xml-validation`
Install the optional dependencies needed for JSON validation.
`validation`
Install the optional dependencies needed for the validations above.

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

.. code-block:: bash
pip install 'cyclonedx-python-lib[validation]'

0 comments on commit 4c0f74f

Please sign in to comment.