mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-20 02:01:40 +00:00
Update cheatsheets
This commit is contained in:
17
tldr/pip-check
Normal file
17
tldr/pip-check
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# pip check
|
||||
|
||||
> Check installed packages for broken or incompatible dependencies.
|
||||
> More information: <https://pip.pypa.io/en/stable/cli/pip_check/>.
|
||||
|
||||
- Check for broken or missing requirements:
|
||||
|
||||
`pip check`
|
||||
|
||||
- Check and log output to a file:
|
||||
|
||||
`pip check --log {{path/to/file}}`
|
||||
Reference in New Issue
Block a user