Tech News
← Back to articles

uv: An extremely fast Python package and project manager, written in Rust

read original related products more articles

uv

An extremely fast Python package and project manager, written in Rust.

Installing Trio's dependencies with a warm cache.

Highlights

uv is backed by Astral, the creators of Ruff.

Installation

Install uv with our standalone installers:

# On macOS and Linux. curl -LsSf https://astral.sh/uv/install.sh | sh

# On Windows. powershell -ExecutionPolicy ByPass -c " irm https://astral.sh/uv/install.ps1 | iex "

Or, from PyPI:

... continue reading