From 8a0a01f18c80f26c22c8fd50f1f48e541a736cdc Mon Sep 17 00:00:00 2001 From: lilingfengdev <145678359+lilingfengdev@users.noreply.github.com> Date: Thu, 2 May 2024 21:18:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BA=86=E6=96=B0=E7=9A=84de?= =?UTF-8?q?pend?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install-python.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install-python.bat b/install-python.bat index f145364..dd85bce 100644 --- a/install-python.bat +++ b/install-python.bat @@ -12,6 +12,6 @@ del /Q /S "python-installer.exe" echo 清理完成 echo 下载前置库 pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple -pip install pyyaml psutil +pip install pyyaml psutil install-jdk echo 前置库下载完成 -pause \ No newline at end of file +pause