From 4afba5053d22a70a0323d7efb8dfc4d854c1e549 Mon Sep 17 00:00:00 2001 From: Andre Gomes Date: Fri, 19 Jul 2024 14:56:42 +0100 Subject: [PATCH] Update README.md Add note clarifying one Python example should be avoided --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 20a137f6..a935c1ae 100644 --- a/README.md +++ b/README.md @@ -520,6 +520,8 @@ Steps: 3. Sort the results and remove duplicates; and 4. Invoke the tool. +> **Note:** This is a quick workaround and not intended to be a robust or reliable solution. + Alternatively, use `pipdeptree` to find all of the dependencies in your _virtual environment_, convert them into ClearlyDefined IDs, and pipe the results to the Eclipse Dash License Tool: ```