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

COMMANDS

92       pip-install(1)
93              Install packages.
94
95       pip-download(1)
96              Download packages.
97
98       pip-uninstall(1)
99              Uninstall packages.
100
101       pip-freeze(1)
102              Output installed packages in requirements format.
103
104       pip-list(1)
105              List installed packages.
106
107       pip-show(1)
108              Show information about installed packages.
109
110       pip-check(1)
111              Verify installed packages have compatible dependencies.
112
113       pip-search(1)
114              Search PyPI for packages.
115
116       pip-wheel(1)
117              Build wheels from your requirements.
118
119       pip-hash(1)
120              Compute hashes of package archives.
121
122       pip-help(1)
123              Show help for pip commands.
124

AUTHOR

126       pip developers
127
129       The pip developers
130
131
132
133
13421.2                             Oct 13, 2021                           PIP(1)
Impressum