poetry
popularpackage managementcurl
Poetry · Python packaging, dependencies, and virtualenvs from the terminal.
$ curl -sSL https://install.python-poetry.org | python3 -One-liner to try
$ poetry new demo && cd demo && poetry installAgent pack
Quick reference
Install
curl -sSL https://install.python-poetry.org | python3 -Verify
poetry --versionFirst command
poetry new demo && cd demo && poetry installMachine JSON
/cli/poetry.jsonAbout
Python packaging, dependencies, and virtualenvs from the terminal. Built by Poetry.
Example workflow
1. poetry new demo && cd demo && poetry install