Update Setup.sh
parent
5fa2565e9d
commit
4019d414f0
4
Setup.sh
4
Setup.sh
|
@ -9,5 +9,5 @@ fi
|
||||||
apt update
|
apt update
|
||||||
apt install -y python3-pip
|
apt install -y python3-pip
|
||||||
|
|
||||||
pip3 install setuptools gunicorn
|
pip3 install --break-system-packages setuptools gunicorn
|
||||||
pip3 install -r web-interface/requirements.txt
|
pip3 install --break-system-packages -r web-interface/requirements.txt
|
||||||
|
|
Loading…
Reference in New Issue