Update win_install.bat

This commit is contained in:
Saifeddine ALOUI 2024-09-05 15:57:33 +02:00 committed by GitHub
parent 12076f9146
commit b2fedd78a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -92,18 +92,17 @@ if exist lollms-webui\ (
cd
cd lollms_core
pip install -e .
cd ..\..
cd ..
) else (
git clone --depth 1 --recurse-submodules https://github.com/ParisNeo/lollms-webui.git
git submodule update --init --recursive
cd lollms-webui\lollms_core
pip install -e .
cd ..\..
cd utilities\pipmaster
pip install -e .
cd ..\..
cd ..
)
cd
pip install -r requirements.txt
@rem create launcher
@ -120,6 +119,7 @@ if exist ..\win_conda_session.bat (
copy scripts\windows\win_conda_session.bat ..\
)
cd
echo Select the default binding to be installed:
echo 1) None (install the binding later)