mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-10-11 02:12:11 +08:00
9 lines
314 B
Batchfile
9 lines
314 B
Batchfile
CHCP 65001
|
|
@echo off
|
|
cd ../
|
|
echo 请确保您的主项目运行正常
|
|
runtime\python.exe -m pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
|
|
runtime\python.exe -m pip config set install.trusted-host pypi.tuna.tsinghua.edu.cn
|
|
runtime\python.exe -m pip install -r ./requirements.txt
|
|
|
|
pause |