From 2e1ce1a1d15e03dc91d37ccdab710e48da159b32 Mon Sep 17 00:00:00 2001 From: lightningRalf Date: Fri, 7 Feb 2025 23:17:55 +0100 Subject: [PATCH] add uv as installation option Signed-off-by: lightningRalf --- docs/install.rst | 1 + 1 file changed, 1 insertion(+) 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