diff --git a/docs/install.rst b/docs/install.rst index a84d3dfd..ac9b1ab1 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -8,5 +8,6 @@ Install from pypi.org as you would any other Python module using your preferred python -m pip install cyclonedx-bom # install via pip pipx install cyclonedx-bom # install via pipx poetry add cyclonedx-bom # install via poetry + uv tool install cyclonedx-bom # install via uv # ... you get the hang