--- syntax: markdown tags: [tldr, common] source: https://github.com/tldr-pages/tldr.git --- # pip show > Show information about installed packages. > More information: . - 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}}`