›_DevSetupv1.0

Install uv

Pkg manager1 step

Extremely fast Python package and project manager. Replaces pip, pip-tools, pyenv, and virtualenv.

via
1 step
1
step 1/1 · target

Install uv

Extremely fast Python package and project manager. Replaces pip, pip-tools, pyenv, and virtualenv.

$brew install uv

That’s it. You’re set up.

Run uv in any project to start.

Get started

Verify your install:

$uv --version
uv init myprojectCreate a project
uv add requestsAdd a dependency
uv run python app.pyRun with managed env

Full CLI referencecoming soon

About

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.