mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-10-10 17:43:17 +08:00
8 lines
229 B
Batchfile
8 lines
229 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 install -r ./requirements.txt
|
|
|
|
pause |