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

NAME

6       pip-check - description of pip check command
7
8       IMPORTANT:
9          Did this article help?
10
11          We  are  currently doing research to improve pip's documentation and
12          would love your feedback.  Please email us and let us know  why  you
13          came  to this page and what on it helped you and what did not.    (‐
14          Read more about this research)
15

DESCRIPTION

17       Verify installed packages have compatible dependencies.
18
19

USAGE

21          python -m pip check [options]
22

OPTIONS

24       -h, --help
25              Show help.
26
27       --isolated
28              Run pip in an isolated mode, ignoring environment variables  and
29              user configuration.
30
31       -v, --verbose
32              Give  more  output.  Option is additive, and can be used up to 3
33              times.
34
35       -V, --version
36              Show version and exit.
37
38       -q, --quiet
39              Give less output. Option is additive, and can be used  up  to  3
40              times  (corresponding  to  WARNING,  ERROR, and CRITICAL logging
41              levels).
42
43       --log <path>
44              Path to a verbose appending log.
45
46       --no-input
47              Disable prompting for input.
48
49       --proxy <proxy>
50              Specify a proxy in the form [user:passwd@]proxy.server:port.
51
52       --retries <retries>
53              Maximum number of retries each connection  should  attempt  (de‐
54              fault 5 times).
55
56       --timeout <sec>
57              Set the socket timeout (default 15 seconds).
58
59       --exists-action <action>
60              Default  action  when a path already exists: (s)witch, (i)gnore,
61              (w)ipe, (b)ackup, (a)bort.
62
63       --trusted-host <hostname>
64              Mark this host or host:port pair as trusted, even though it does
65              not have valid or any HTTPS.
66
67       --cert <path>
68              Path to alternate CA bundle.
69
70       --client-cert <path>
71              Path  to  SSL  client  certificate, a single file containing the
72              private key and the certificate in PEM format.
73
74       --cache-dir <dir>
75              Store the cache data in <dir>.
76
77       --no-cache-dir
78              Disable the cache.
79
80       --disable-pip-version-check
81              Don't periodically check PyPI to determine whether a new version
82              of pip is available for download. Implied with --no-index.
83
84       --no-color
85              Suppress colored output.
86
87       --no-python-version-warning
88              Silence deprecation warnings for upcoming unsupported Pythons.
89
90       --use-feature <feature>
91              Enable new functionality, that may be backward incompatible.
92
93       --use-deprecated <feature>
94              Enable deprecated functionality, that will be removed in the fu‐
95              ture.
96
97
98       IMPORTANT:
99          Did this article help?
100
101          We are currently doing research to improve pip's  documentation  and
102          would love your feedback.  Please email us and let us know:
103
104          1. What problem were you trying to solve when you came to this page?
105
106          2. What content was useful?
107
108          3. What content was not useful?
109

AUTHOR

111       pip developers
112
114       2008-2021, PyPA
115
116
117
118
11921.0                             May 17, 2021                     PIP-CHECK(1)
Impressum