Update Setup.sh

master
ifiguero 2023-11-22 15:46:57 -03:00
parent 5fa2565e9d
commit 4019d414f0
1 changed files with 2 additions and 2 deletions

View File

@ -9,5 +9,5 @@ fi
apt update
apt install -y python3-pip
pip3 install setuptools gunicorn
pip3 install -r web-interface/requirements.txt
pip3 install --break-system-packages setuptools gunicorn
pip3 install --break-system-packages -r web-interface/requirements.txt