pip show
InformationShow information about installed package
Examples
Common usage examples
Show package information
pip show requestsShow info for multiple packages
pip show requests djangoNotes
- Displays version, location, dependencies, and more
Related Commands
You might also find these useful