mirror of
https://github.com/TriM-Organization/Musicreater.git
synced 2025-09-22 12:26:46 +00:00
浅浅更新一下
This commit is contained in:
8
作者的自我修养.py
Normal file
8
作者的自我修养.py
Normal 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/")
|
Reference in New Issue
Block a user