This guide covers the essentials of using uv for modern Python development. The workflow is organized from simple scripts to full project management.
uv installs as a standalone binary.
# MacOS / Linux
curl -LsSf https://astral.sh/uv/install.sh | sh