浅浅更新一下

This commit is contained in:
EillesWan
2022-06-11 13:53:59 +08:00
parent 1fde8ca253
commit 1980aeb8de
12 changed files with 63 additions and 24 deletions

8
作者的自我修养.py Normal file
View File

@ -0,0 +1,8 @@
from os import system
from sys import platform
if platform == "linux":
system("python3 -m pip install -r ./requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple/")
elif platform == "win32":
system("pip install -r ./requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple/")