Python中pip的安装以及通过pip在Windows中安装matplotlib工具(数学绘图库)

79 阅读1分钟

win+R => cmd => python -m pip install -U setuptools

升级完成后可以直接通过pip安装matplotlib

python -m pip install matplotlib

在安装过程中如果出现问题,可能的原因之一是网络问题

pip是python 包安装和管理工具