Poetry CLI
- Uses
pyproject.tomlandpoetry.lock
poetry init # uv init
poetry shell # source .venv/bin/activate
poetry add <package> # uv add <package>
pyproject.toml and poetry.lockpoetry init # uv init
poetry shell # source .venv/bin/activate
poetry add <package> # uv add <package>