Inspect metadata for an installed package.
Section: Basics
Show package details
bash
bash
python -m pip show requestsExplanation
Displays version, location, dependencies, and package metadata.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Basics
List installed packages
Show installed packages in the active environment.
Inspect environment as JSON
Output structured JSON details for the environment.