添加 CMD 安装 matplotlib 步骤
This commit is contained in:
6
CMD 安装 matplotlib 步骤
Normal file
6
CMD 安装 matplotlib 步骤
Normal file
@@ -0,0 +1,6 @@
|
||||
pip install matplotlib -i https://pypi.tuna.tsinghua.edu.cn/simple
|
||||
常见报错解决:提示 pip 不是内部命令
|
||||
换成这条命令再运行:
|
||||
py -m pip install matplotlib -i https://pypi.tuna.tsinghua.edu.cn/simple
|
||||
爬虫需要的库一并安装
|
||||
pip install requests beautifulsoup4 -i https://pypi.tuna.tsinghua.edu.cn/simple
|
||||
Reference in New Issue
Block a user