uv-pip
Fast pip-compatible package management interface
TLDR
Install package
$ uv pip install [package]
Install from requirements$ uv pip install -r requirements.txt
Uninstall package$ uv pip uninstall [package]
List installed packages$ uv pip list
Freeze dependencies$ uv pip freeze
SYNOPSIS
uv pip command [options]
DESCRIPTION
uv pip provides pip-compatible commands using uv's resolver. Drop-in replacement for pip with dramatically faster performance. Use for non-project package management.
PARAMETERS
install packages
Install packages.uninstall packages
Remove packages.list
List installed.freeze
Output requirements format.show package
Show package info.check
Verify dependencies.compile
Compile requirements.sync
Sync from requirements.
