added done

This commit is contained in:
Saifeddine ALOUI 2024-01-30 01:09:33 +01:00
parent 8deca00972
commit ea313c783c

View File

@ -32,10 +32,12 @@ IF EXIST "%MINICONDA_DIR%\Scripts\activate.bat" (
)
call conda create --name xtts --yes
call conda activate xtts
call pip install xtts-api-server --user
call pip install xtts-api-server
) else (
echo "No Conda installation found. Please install Conda."
exit /b 1
)
)
echo "Done"
exit /b