LinuxCommandLibrary

pip-index

Inspect package index version information

TLDR

List available versions

$ pip index versions [package]
copy
Show available versions with pre-releases
$ pip index versions --pre [package]
copy

SYNOPSIS

pip index command [options] package

DESCRIPTION

pip index inspects package index information. Shows available versions for packages from PyPI or custom indexes. Useful for checking which versions are available before installation.

PARAMETERS

versions package

List available versions for package.
--pre
Include pre-release versions.
-i, --index-url url
Use custom package index.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community