1PIP(1)                                pip                               PIP(1)
2
3
4

NAME

6       pip - package manager for Python packages
7

SYNOPSIS

9       pip <command> [options]
10

DESCRIPTION

12       pip is the PyPA recommended package manager for Python packages
13

OPTIONS

15       -h, --help
16              Show help.
17
18       --debug
19              Let  unhandled exceptions propagate outside the main subroutine,
20              instead of logging them to stderr.
21
22       --isolated
23              Run pip in an isolated mode, ignoring environment variables  and
24              user configuration.
25
26       --require-virtualenv
27              Allow pip to only run in a virtual environment; exit with an er‐
28              ror otherwise.
29
30       --python <python>
31              Run pip with the specified Python interpreter.
32
33       -v, --verbose
34              Give more output. Option is additive, and can be used  up  to  3
35              times.
36
37       -V, --version
38              Show version and exit.
39
40       -q, --quiet
41              Give  less  output.  Option is additive, and can be used up to 3
42              times (corresponding to WARNING,  ERROR,  and  CRITICAL  logging
43              levels).
44
45       --log <path>
46              Path to a verbose appending log.
47
48       --no-input
49              Disable prompting for input.
50
51       --proxy <proxy>
52              Specify         a         proxy        in        the        form
53              scheme://[user:passwd@]proxy.server:port.
54
55       --retries <retries>
56              Maximum number of retries each connection  should  attempt  (de‐
57              fault 5 times).
58
59       --timeout <sec>
60              Set the socket timeout (default 15 seconds).
61
62       --exists-action <action>
63              Default  action  when a path already exists: (s)witch, (i)gnore,
64              (w)ipe, (b)ackup, (a)bort.
65
66       --trusted-host <hostname>
67              Mark this host or host:port pair as trusted, even though it does
68              not have valid or any HTTPS.
69
70       --cert <path>
71              Path  to  PEM-encoded  CA certificate bundle. If provided, over‐
72              rides the default. See 'SSL  Certificate  Verification'  in  pip
73              documentation for more information.
74
75       --client-cert <path>
76              Path  to  SSL  client  certificate, a single file containing the
77              private key and the certificate in PEM format.
78
79       --cache-dir <dir>
80              Store the cache data in <dir>.
81
82       --no-cache-dir
83              Disable the cache.
84
85       --disable-pip-version-check
86              Don't periodically check PyPI to determine whether a new version
87              of pip is available for download. Implied with --no-index.
88
89       --no-color
90              Suppress colored output.
91
92       --no-python-version-warning
93              Silence deprecation warnings for upcoming unsupported Pythons.
94
95       --use-feature <feature>
96              Enable new functionality, that may be backward incompatible.
97
98       --use-deprecated <feature>
99              Enable deprecated functionality, that will be removed in the fu‐
100              ture.
101
102

COMMANDS

104       pip-install(1)
105              Install packages.
106
107       pip-download(1)
108              Download packages.
109
110       pip-uninstall(1)
111              Uninstall packages.
112
113       pip-freeze(1)
114              Output installed packages in requirements format.
115
116       pip-list(1)
117              List installed packages.
118
119       pip-show(1)
120              Show information about installed packages.
121
122       pip-check(1)
123              Verify installed packages have compatible dependencies.
124
125       pip-search(1)
126              Search PyPI for packages.
127
128       pip-wheel(1)
129              Build wheels from your requirements.
130
131       pip-hash(1)
132              Compute hashes of package archives.
133
134       pip-help(1)
135              Show help for pip commands.
136

AUTHOR

138       pip developers
139
141       The pip developers
142
143
144
145
14622.3                             May 30, 2023                           PIP(1)
Impressum