.\" 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 "PIP3" "1" "Mar 06, 2024" "24.0" "pip" .SH NAME pip3 \- package manager for Python packages .SH SYNOPSIS .sp pip3 [options] .SH DESCRIPTION .sp pip3 is the PyPA recommended package manager for Python packages .SH OPTIONS .sp .INDENT 0.0 .TP .B \-h, \-\-help Show help. .UNINDENT .INDENT 0.0 .TP .B \-\-debug Let unhandled exceptions propagate outside the main subroutine, instead of logging them to stderr. .UNINDENT .INDENT 0.0 .TP .B \-\-isolated Run pip in an isolated mode, ignoring environment variables and user configuration. .UNINDENT .INDENT 0.0 .TP .B \-\-require\-virtualenv Allow pip to only run in a virtual environment; exit with an error otherwise. .UNINDENT .INDENT 0.0 .TP .B \-\-python Run pip with the specified Python interpreter. .UNINDENT .INDENT 0.0 .TP .B \-v, \-\-verbose Give more output. Option is additive, and can be used up to 3 times. .UNINDENT .INDENT 0.0 .TP .B \-V, \-\-version Show version and exit. .UNINDENT .INDENT 0.0 .TP .B \-q, \-\-quiet Give less output. Option is additive, and can be used up to 3 times (corresponding to WARNING, ERROR, and CRITICAL logging levels). .UNINDENT .INDENT 0.0 .TP .B \-\-log Path to a verbose appending log. .UNINDENT .INDENT 0.0 .TP .B \-\-no\-input Disable prompting for input. .UNINDENT .INDENT 0.0 .TP .B \-\-keyring\-provider Enable the credential lookup via the keyring library if user input is allowed. Specify which mechanism to use [disabled, import, subprocess]. (default: disabled) .UNINDENT .INDENT 0.0 .TP .B \-\-proxy Specify a proxy in the form scheme://[user:passwd@]proxy.server:port. .UNINDENT .INDENT 0.0 .TP .B \-\-retries Maximum number of retries each connection should attempt (default 5 times). .UNINDENT .INDENT 0.0 .TP .B \-\-timeout Set the socket timeout (default 15 seconds). .UNINDENT .INDENT 0.0 .TP .B \-\-exists\-action Default action when a path already exists: (s)witch, (i)gnore, (w)ipe, (b)ackup, (a)bort. .UNINDENT .INDENT 0.0 .TP .B \-\-trusted\-host Mark this host or host:port pair as trusted, even though it does not have valid or any HTTPS. .UNINDENT .INDENT 0.0 .TP .B \-\-cert Path to PEM\-encoded CA certificate bundle. If provided, overrides the default. See \(aqSSL Certificate Verification\(aq in pip documentation for more information. .UNINDENT .INDENT 0.0 .TP .B \-\-client\-cert Path to SSL client certificate, a single file containing the private key and the certificate in PEM format. .UNINDENT .INDENT 0.0 .TP .B \-\-cache\-dir Store the cache data in . .UNINDENT .INDENT 0.0 .TP .B \-\-no\-cache\-dir Disable the cache. .UNINDENT .INDENT 0.0 .TP .B \-\-disable\-pip\-version\-check Don\(aqt periodically check PyPI to determine whether a new version of pip is available for download. Implied with \-\-no\-index. .UNINDENT .INDENT 0.0 .TP .B \-\-no\-color Suppress colored output. .UNINDENT .INDENT 0.0 .TP .B \-\-no\-python\-version\-warning Silence deprecation warnings for upcoming unsupported Pythons. .UNINDENT .INDENT 0.0 .TP .B \-\-use\-feature Enable new functionality, that may be backward incompatible. .UNINDENT .INDENT 0.0 .TP .B \-\-use\-deprecated Enable deprecated functionality, that will be removed in the future. .UNINDENT .SH COMMANDS .INDENT 0.0 .TP .B pip3\-install(1) Install packages. .TP .B pip3\-download(1) Download packages. .TP .B pip3\-uninstall(1) Uninstall packages. .TP .B pip3\-freeze(1) Output installed packages in requirements format. .TP .B pip3\-list(1) List installed packages. .TP .B pip3\-show(1) Show information about installed packages. .TP .B pip3\-check(1) Verify installed packages have compatible dependencies. .TP .B pip3\-search(1) Search PyPI for packages. .TP .B pip3\-wheel(1) Build wheels from your requirements. .TP .B pip3\-hash(1) Compute hashes of package archives. .TP .B pip3\-help(1) Show help for pip commands. .UNINDENT .SH AUTHOR pip developers .SH COPYRIGHT The pip developers .\" Generated by docutils manpage writer. .