--- 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: . - Check for broken or missing requirements: `pip check` - Check and log output to a file: `pip check --log {{path/to/file}}`