From 8e242c0fb8aef0e7526419476fe53ffad8e83f9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=98=E9=A3=8E?= <62919083+mofeng-git@users.noreply.github.com> Date: Fri, 5 Jan 2024 17:46:40 +0800 Subject: [PATCH] Update install.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit pip3切换清华源 --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index e540871e..c4fab0dc 100755 --- a/install.sh +++ b/install.sh @@ -102,6 +102,7 @@ add-patches(){ patch -s -p0 < chinese.patch echo -e "\e[0;32m中文补丁应用成功!" apt install libjpeg-dev libfreetype6-dev python3-dev python3-pip + pip3 config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple/ pip3 install -U Pillow }