upgraded install scripts

This commit is contained in:
Saifeddine ALOUI 2024-04-21 19:11:06 +02:00
parent 1237eb0fd7
commit 73a2b74fe4
3 changed files with 9 additions and 0 deletions

View File

@ -107,6 +107,9 @@ if [ -d "lollms-webui" ]; then
cd utilities/safe_store
pip install -e .
cd ../..
cd utilities/pipmaster
pip install -e .
cd ../..
else
git clone --depth 1 --recurse-submodules "$REPO_URL"

View File

@ -134,6 +134,9 @@ else
cd utilities/safe_store
pip install -e .
cd ../../..
cd utilities/pipmaster
pip install -e .
cd ../../..
cd lollms-webui || exit 1
fi

View File

@ -105,6 +105,9 @@ if exist lollms-webui\ (
cd utilities\safe_store
pip install -e .
cd ..\..
cd utilities\pipmaster
pip install -e .
cd ..\..
)
pip install -r requirements.txt