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:
parent
63680bffee
commit
867feb9e6b
1 changed files with 2 additions and 2 deletions
|
@ -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)"`
|
||||
|
|
Loading…
Add table
Reference in a new issue