1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 15:33:50 +02:00

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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)"`