- 1
Create project with uv
uv init - 2
Add dependency with uv
uv add <package> - 3
Install with Poetry
poetry install - 4
Run tests in Poetry env
poetry run pytest
Related commands: uv add, poetry install, poetry run
Use modern Python tooling for dependency and environment management.
Create project with uv
uv initAdd dependency with uv
uv add <package>Install with Poetry
poetry installRun tests in Poetry env
poetry run pytestRelated commands: uv add, poetry install, poetry run