mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-21 04:36:49 +08:00
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>
278 B
278 B
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}}