From da0af4c498b69455d96e43483f37b8cecc031208 Mon Sep 17 00:00:00 2001 From: mrq Date: Mon, 6 Mar 2023 16:47:34 +0000 Subject: [PATCH] one more --- update-force.bat | 4 ++-- update-force.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/update-force.bat b/update-force.bat index 8bf643f..75cde86 100755 --- a/update-force.bat +++ b/update-force.bat @@ -6,10 +6,10 @@ python -m venv venv call .\venv\Scripts\activate.bat python -m pip install --upgrade pip -python -m pip install -U -r .\dlas\requirements.txt +python -m pip install -U -r .\requirements.txt python -m pip install -U -r .\tortoise-tts\requirements.txt python -m pip install -U -e .\tortoise-tts -python -m pip install -U -r .\requirements.txt +python -m pip install -U -r .\dlas\requirements.txt pause deactivate \ No newline at end of file diff --git a/update-force.sh b/update-force.sh index e8b1c2c..5999566 100755 --- a/update-force.sh +++ b/update-force.sh @@ -9,9 +9,9 @@ python3 -m venv venv source ./venv/bin/activate python3 -m pip install --upgrade pip -python3 -m pip install -r ./dlas/requirements.txt +python3 -m pip install -r ./requirements.txt python3 -m pip install -r ./tortoise-tts/requirements.txt python3 -m pip install -e ./tortoise-tts -python3 -m pip install -r ./requirements.txt +python3 -m pip install -r ./dlas/requirements.txt deactivate \ No newline at end of file