LinuxCommandLibrary

uv-pip

Fast pip-compatible package management interface

TLDR

Install package

$ uv pip install [package]
copy
Install from requirements
$ uv pip install -r requirements.txt
copy
Uninstall package
$ uv pip uninstall [package]
copy
List installed packages
$ uv pip list
copy
Freeze dependencies
$ uv pip freeze
copy

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.

SEE ALSO

uv(1), pip(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community