.\" Man page generated from reStructuredText. . . .nr rst2man-indent-level 0 . .de1 rstReportMargin \\$1 \\n[an-margin] level \\n[rst2man-indent-level] level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] - \\n[rst2man-indent0] \\n[rst2man-indent1] \\n[rst2man-indent2] .. .de1 INDENT .\" .rstReportMargin pre: . RS \\$1 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] . nr rst2man-indent-level +1 .\" .rstReportMargin post: .. .de UNINDENT . RE .\" indent \\n[an-margin] .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]] .nr rst2man-indent-level -1 .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. .TH "PIP-INDEX" "1" "May 02, 2025" "25.1" "pip" .SH NAME pip-index \- description of pip index command .SH DESCRIPTION .sp Inspect information available from package indexes. .SH USAGE .INDENT 0.0 .INDENT 3.5 .sp .EX python \-m pip index versions .EE .UNINDENT .UNINDENT .SH OPTIONS .sp .INDENT 0.0 .TP .B \-\-platform Only use wheels compatible with . Defaults to the platform of the running system. Use this option multiple times to specify multiple platforms supported by the target interpreter. .sp (environment variable: \fBPIP_PLATFORM\fP) .UNINDENT .INDENT 0.0 .TP .B \-\-python\-version The Python interpreter version to use for wheel and \(dqRequires\-Python\(dq compatibility checks. Defaults to a version derived from the running interpreter. The version can be specified using up to three dot\-separated integers (e.g. \(dq3\(dq for 3.0.0, \(dq3.7\(dq for 3.7.0, or \(dq3.7.3\(dq). A major\-minor version can also be given as a string without dots (e.g. \(dq37\(dq for 3.7.0). .sp (environment variable: \fBPIP_PYTHON_VERSION\fP) .UNINDENT .INDENT 0.0 .TP .B \-\-implementation Only use wheels compatible with Python implementation , e.g. \(aqpp\(aq, \(aqjy\(aq, \(aqcp\(aq, or \(aqip\(aq. If not specified, then the current interpreter implementation is used. Use \(aqpy\(aq to force implementation\-agnostic wheels. .sp (environment variable: \fBPIP_IMPLEMENTATION\fP) .UNINDENT .INDENT 0.0 .TP .B \-\-abi Only use wheels compatible with Python abi , e.g. \(aqpypy_41\(aq. If not specified, then the current interpreter abi tag is used. Use this option multiple times to specify multiple abis supported by the target interpreter. Generally you will need to specify \-\-implementation, \-\-platform, and \-\-python\-version when using this option. .sp (environment variable: \fBPIP_ABI\fP) .UNINDENT .INDENT 0.0 .TP .B \-\-ignore\-requires\-python Ignore the Requires\-Python information. .sp (environment variable: \fBPIP_IGNORE_REQUIRES_PYTHON\fP) .UNINDENT .INDENT 0.0 .TP .B \-\-pre Include pre\-release and development versions. By default, pip only finds stable versions. .sp (environment variable: \fBPIP_PRE\fP) .UNINDENT .INDENT 0.0 .TP .B \-\-json Output data in a machine\-readable JSON format. .sp (environment variable: \fBPIP_JSON\fP) .UNINDENT .INDENT 0.0 .TP .B \-\-no\-binary Do not use binary packages. Can be supplied multiple times, and each time adds to the existing value. Accepts either \(dq:all:\(dq to disable all binary packages, \(dq:none:\(dq to empty the set (notice the colons), or one or more package names with commas between them (no colons). Note that some packages are tricky to compile and may fail to install when this option is used on them. .sp (environment variable: \fBPIP_NO_BINARY\fP) .UNINDENT .INDENT 0.0 .TP .B \-\-only\-binary Do not use source packages. Can be supplied multiple times, and each time adds to the existing value. Accepts either \(dq:all:\(dq to disable all source packages, \(dq:none:\(dq to empty the set, or one or more package names with commas between them. Packages without binary distributions will fail to install when this option is used on them. .sp (environment variable: \fBPIP_ONLY_BINARY\fP) .UNINDENT .SH AUTHOR pip developers .SH COPYRIGHT The pip developers .\" Generated by docutils manpage writer. .