From 1c308fd03a3c9fccf6edb28625feb47f2d700fca Mon Sep 17 00:00:00 2001 From: mara Date: Mon, 10 Jun 2024 15:47:20 +0200 Subject: [PATCH] update --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index a4abb09..cd97a09 100644 --- a/install.sh +++ b/install.sh @@ -301,8 +301,8 @@ fi git clone https://github.com/qtile/qtile.git cd qtile -pip install dbus-next psutil wheel -pip install -r requirements.txt +pip install dbus-next psutil wheel --break-system-packages +pip install -r requirements.txt --break-system-packages pip install . --break-system-packages --no-warn-script-location