Could use instructions on setting up development environment #408
-
How do I set up cyclonedx-python in poetry to use my local copy of cyclonedx-python-lib instead of the version that the poetry.lock file will pull in? I'd like to be able to run the cyclonedx-bom script via the debugger and follow code execution into cyclonedx-python-lib. Some instructions on how to do this would be appreciated. |
Beta Was this translation helpful? Give feedback.
Answered by
jkowalleck
Sep 21, 2022
Replies: 1 comment
-
change the affected dependency to a local one, as described here: https://python-poetry.org/docs/dependency-specification/#path-dependencies |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jkowalleck
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
change the affected dependency to a local one, as described here: https://python-poetry.org/docs/dependency-specification/#path-dependencies