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
45              (default 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 alternate CA bundle.
60
61       --client-cert <path>
62              Path to SSL client certificate, a  single  file  containing  the
63              private key and the certificate in PEM format.
64
65       --cache-dir <dir>
66              Store the cache data in <dir>.
67
68       --no-cache-dir
69              Disable the cache.
70
71       --disable-pip-version-check
72              Don't periodically check PyPI to determine whether a new version
73              of pip is available for download. Implied with --no-index.
74
75       --no-color
76              Suppress colored output
77
78       --no-python-version-warning
79              Silence deprecation warnings for upcoming unsupported Pythons.
80
81       --use-feature <feature>
82              Enable new functionality, that may be backward incompatible.
83
84       --use-deprecated <feature>
85              Enable deprecated functionality, that will  be  removed  in  the
86              future.
87
88

COMMANDS

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

AUTHOR

124       pip developers
125
127       2008-2020, PyPA
128
129
130
131
13220.2                            August 05, 2020                         PIP(1)
Impressum