From 500ca8863b4fd62fde18f50b2aa388a3e6d4dabc Mon Sep 17 00:00:00 2001 From: Joaquin Madrid Belando Date: Sat, 13 Dec 2025 10:16:31 +0100 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index c47b9db..bc9184a 100755 --- a/install.sh +++ b/install.sh @@ -2,5 +2,5 @@ # Install the required support programs apt-get install python3 python3-pip -y -pip3 install -r requirements.txt +pip3 install -r requirements.txt --break-system-packages