pip install matplotlib 清华源
时间: 2023-07-11 09:38:39 浏览: 252
安装matplotlib出现的各种问题解决办法.txt
你可以使用以下命令在清华镜像源上安装 matplotlib:
```
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple matplotlib
```
这样就能够通过清华镜像源来下载 matplotlib 库,速度会更快一些。如果需要使用其他库,只需要将 `matplotlib` 替换成其他库的名称即可。
阅读全文