跳至主要內容

pip常用命令

yczha小于 1 分钟pythonpythonpip

安装更新

pip install --upgrade pip

安装模块

pip install <name>

列出已安装模块

pip list installed

pip升级后出错解决方案