mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 20:35:26 +02:00
poetry: added version, and list examples (#9128)
This commit is contained in:
parent
fcfd994f32
commit
ccdab3f19e
2 changed files with 10 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# poetry
|
||||
|
||||
> Gestore di pacchetti e dipendenze per Python.
|
||||
> Maggiori informazioni: <https://python-poetry.org/docs>.
|
||||
> Maggiori informazioni: <https://python-poetry.org/docs/cli/>.
|
||||
|
||||
- Crea un nuovo progetto Poetry nella cartella specificata:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# poetry
|
||||
|
||||
> Manage Python packages and dependencies.
|
||||
> More information: <https://python-poetry.org/docs>.
|
||||
> More information: <https://python-poetry.org/docs/cli/>.
|
||||
|
||||
- Create a new Poetry project in the directory with a specific name:
|
||||
|
||||
|
@ -26,3 +26,11 @@
|
|||
- Execute a command inside the project's virtual environment:
|
||||
|
||||
`poetry run {{command}}`
|
||||
|
||||
- Bump the minor version of the project in `pyproject.toml`:
|
||||
|
||||
`poetry version minor`
|
||||
|
||||
- List all poetry subcommands:
|
||||
|
||||
`poetry list`
|
||||
|
|
Loading…
Add table
Reference in a new issue