Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
pip3切换清华源
  • Loading branch information
mofeng-git authored Jan 5, 2024
1 parent 29feb62 commit 8e242c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

}
Expand Down

0 comments on commit 8e242c0

Please sign in to comment.