GPT-SoVITS/0 一键启动脚本/1 一键更新本项目所需要的依赖.bat
2024-03-07 15:24:45 +08:00

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