built front end

This commit is contained in:
Saifeddine ALOUI 2023-05-20 16:30:00 +02:00
parent 26b5f9e52c
commit 2a67b06968

View File

@ -121,7 +121,7 @@ echo "is active"
# Install the required packages
echo "Installing requirements..."
python3.10 -m pip install pip --upgrade
python3.10 -m pip install -r requirements.txt
python3.10 -m pip install --upgrade -r requirements.txt
if [ $? -ne 0 ]; then
echo "Failed to install required packages. Please check your internet connection and try again."