mirror of
https://github.com/ParisNeo/lollms.git
synced 2025-04-09 03:44:14 +00:00
added done
This commit is contained in:
parent
8deca00972
commit
ea313c783c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user