mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 22:35:45 +02:00
poetry: edit page (#12388)
This commit is contained in:
parent
649882dc99
commit
15a4a74a3e
1 changed files with 6 additions and 2 deletions
|
@ -28,6 +28,10 @@
|
|||
|
||||
`poetry run {{command}}`
|
||||
|
||||
- Bump the minor version of the project in `pyproject.toml`:
|
||||
- Bump the version of the project in `pyproject.toml`:
|
||||
|
||||
`poetry version minor`
|
||||
`poetry version {{patch|minor|major|prepatch|preminor|premajor|prerelease}}`
|
||||
|
||||
- Spawn a shell within the project's virtual environment:
|
||||
|
||||
`poetry shell`
|
||||
|
|
Loading…
Add table
Reference in a new issue