poetry: update example for newer version (#16976)

This commit is contained in:
Fazle Arefin
2025-06-27 12:18:26 +10:00
committed by GitHub
parent 63680bffee
commit 867feb9e6b
+2 -2
View File
@@ -32,6 +32,6 @@
`poetry version {{patch|minor|major|prepatch|preminor|premajor|prerelease}}`
- Spawn a shell within the project's virtual environment:
- Spawn a shell within the project's virtual environment (for versions below 2.0, use `poetry shell`):
`poetry shell`
`eval "$(poetry env activate)"`