Skip to content

Commit 01049fb

Browse files
committed
docs related to #622
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 59327b2 commit 01049fb

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,17 @@
1313

1414
----
1515

16-
This project provides a runnable Python-based application for generating CycloneDX bill-of-material documents from either:
16+
This project provides a runnable Python-based application
17+
for generating software bill-of-material (SBOM) documents in [CycloneDX](https://cyclonedx.org/) format
18+
from either:
1719

1820
* Your current Python Environment
1921
* Your project's manifest (e.g. `Pipfile.lock`, `poetry.lock` or `requirements.txt`)
20-
* Conda as a Package Manager
22+
* Conda as a Package Manager is no longer supported since version 4. Try an older version: `pip install 'cyclonedx-bom<4'`
2123

22-
The BOM will contain an aggregate of all your current project's dependencies, or those defined by the manifest you supply.
24+
The SBOM will contain an aggregate of all your current project's dependencies, or those defined by the manifest you supply.
2325

24-
[CycloneDX](https://cyclonedx.org/) is a lightweight BOM specification that is easily created, human-readable, and simple to parse.
26+
CycloneDX is a lightweight BOM specification that is easily created, human-readable, and simple to parse.
2527

2628
Read the full [documentation][link_rtfd] for more details.
2729

0 commit comments

Comments
 (0)