Linux command
pip-show 命令
网络
复制后可按需替换文件名、目录或参数。
常用示例
Show package information
pip show [package]
Show multiple packages
pip show [package1] [package2]
Show with files list
pip show --files [package]
说明
pip show displays metadata for installed packages. Shows name, version, summary, location, dependencies, and requirements. Useful for inspecting package details and dependency information.
参数
- -f, --files
- Show installed files.
FAQ
What is the pip-show command used for?
pip show displays metadata for installed packages. Shows name, version, summary, location, dependencies, and requirements. Useful for inspecting package details and dependency information.
How do I run a basic pip-show example?
Run `pip show [package]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -f, --files do in pip-show?
Show installed files.