13 lines
278 B
Markdown
Raw Normal View History

# 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}}`