Python Environment Fast Python environment management with uv. Prefer the uv project workflow ( / / ) over the compatibility layer — it manages + a lockfile for you and is reproducible. Quick Commands | Task | Command | |------|---------| | Start a project | (app) · (installable, layout) | | Add dependency | | | Add dev dependency | | | Remove dependency | | | Sync env from lockfile | | | Run in project env | | | Update lockfile | | | Install a CLI tool | · one-shot: | | Install a Python | | Start a Project creates , pins a Python version, and prepares the project for / . The (src) layout is…