Python库文件查询

库文件查询

快捷键 win+r 调出运行输入cmd
输入pip
Python库文件查询
输入指令pip list
Python库文件查询

python基础指令

install
安装包
download
下载包
uninstall
卸载
freeze
以一定格式输出已安装的包
list
查看所有已安装的包
show
显示已安装包信息
check
检查已安装的包是否具有兼容性
config
管理本地和全局配置
search
Search PyPI for packages.
cache
Inspect and manage pip’s wheel cache.
wheel
Build wheels from your requirements.
hash
Compute hashes of package archives.
completion
A helper command used for command completion.
debug
Show information useful for debugging.
help
Show help for commands.