From 0f56f223ed7f8a37a735eed2f35cea1b17b3761c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=AD=E5=AE=87=E6=B6=B5?= <2509165016@student.example.com> Date: Sun, 5 Jul 2026 18:49:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20CMD=20=E5=AE=89=E8=A3=85?= =?UTF-8?q?=20matplotlib=20=E6=AD=A5=E9=AA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMD 安装 matplotlib 步骤 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 CMD 安装 matplotlib 步骤 diff --git a/CMD 安装 matplotlib 步骤 b/CMD 安装 matplotlib 步骤 new file mode 100644 index 0000000..75ee7c1 --- /dev/null +++ b/CMD 安装 matplotlib 步骤 @@ -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