Python Package Managers
UV
Just a tool built on rust to
If repository already uses UV as it's package manager, or if you want to add it to an existing python repo:
$ uv venv .venv
$ uv sync
$ source .venv/bin/activate
Slightly different on Windows to activate. Need to run terminal in admin mode.
$ Set-ExecutionPolicy Unrestricted -Force
$ .venv/Scripts/activate.ps1