1
step 1/1 · targetInstall uv
Extremely fast Python package and project manager. Replaces pip, pip-tools, pyenv, and virtualenv.
$brew install uv
Extremely fast Python package and project manager. Replaces pip, pip-tools, pyenv, and virtualenv.
Extremely fast Python package and project manager. Replaces pip, pip-tools, pyenv, and virtualenv.
Run uv in any project to start.
Verify your install:
uv init myprojectCreate a projectuv add requestsAdd a dependencyuv run python app.pyRun with managed envFull CLI referencecoming soon
uv is the modern Python package and project manager from Astral. It replaces pip, virtualenv, pyenv, and pip-tools in a single tool — resolving dependencies 10–100x faster than pip and managing Python versions itself. If you are starting a Python project today, uv is the recommended choice. On existing pip-based projects, uv works as a drop-in for pip install and pip freeze.