poetry: added version, and list examples (#9128)
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# poetry
|
# poetry
|
||||||
|
|
||||||
> Gestore di pacchetti e dipendenze per Python.
|
> 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:
|
- Crea un nuovo progetto Poetry nella cartella specificata:
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
# poetry
|
# poetry
|
||||||
|
|
||||||
> Manage Python packages and dependencies.
|
> 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:
|
- 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:
|
- Execute a command inside the project's virtual environment:
|
||||||
|
|
||||||
`poetry run {{command}}`
|
`poetry run {{command}}`
|
||||||
|
|
||||||
|
- Bump the minor version of the project in `pyproject.toml`:
|
||||||
|
|
||||||
|
`poetry version minor`
|
||||||
|
|
||||||
|
- List all poetry subcommands:
|
||||||
|
|
||||||
|
`poetry list`
|
||||||
|
Reference in New Issue
Block a user