poetry: added version, and list examples (#9128)

pull/1/head
Rolv Apneseth 2022-10-17 15:44:48 +00:00 committed by GitHub
parent fcfd994f32
commit ccdab3f19e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 2 deletions

View File

@ -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:

View File

@ -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`