poetry Command Examples

Manage Python packages and dependencies. See also: asdf. More information: https://python-poetry.org/docs/cli/.

poetry new {{project_name}}

poetry add {{dependency}}

poetry install

poetry init

poetry update

poetry run {{command}}

poetry version {{patch|minor|major|prepatch|preminor|premajor|prerelease}}

poetry shell