Options (1)
-v, --verbosebooleanInspect with verbose output (Note: the `-v` flag can be repeated to increase verbosity)
Example:
pip inspect {{[-v|--verbose]}}Examples (6)
Inspect the current environment
Inspect and save output to a file
pip inspect > environment_report.jsonInspect only locally installed packages (not global)
pip inspect --localInspect only user-installed packages
pip inspect --userInspect packages in a specific path
pip inspect --path path/to/environmentInspect with verbose output (Note: the `-v` flag can be repeated to increase verbosity)
pip inspect [-v|--verbose]made by @shridhargupta | data from tldr-pages