mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-10-07 23:48:48 +08:00
7 lines
92 B
Batchfile
7 lines
92 B
Batchfile
CHCP 65001
|
|
@echo off
|
|
cd ../
|
|
|
|
runtime\python.exe -m pip install -r ./requirements.txt
|
|
|
|
pause |