commands.sh

pip show

all

Show information about installed packages.

More info →

Options (2)

-v, --verboseboolean

Show all information about a package

Example: pip show {{[-v|--verbose]}} {{package}}
-f, --filesboolean

Show all installed files for a package

Example: pip show {{[-f|--files]}} {{package}}

Examples (3)

Show information about a package

pip show package

Show all information about a package

pip show [-v|--verbose] package

Show all installed files for a package

pip show [-f|--files] package
made by @shridhargupta | data from tldr-pages