Commands.app

pip show

Information

Show information about installed package

Examples
Common usage examples

Show package information

pip show requests

Show info for multiple packages

pip show requests django
Notes
  • Displays version, location, dependencies, and more
Related Commands
You might also find these useful