From 664ca15429598d631f64b56e737c5bb83b0d4265 Mon Sep 17 00:00:00 2001 From: mara Date: Mon, 10 Jun 2024 16:06:09 +0200 Subject: [PATCH] update --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 8e4556a..ad92d91 100644 --- a/install.sh +++ b/install.sh @@ -302,7 +302,7 @@ git clone https://github.com/qtile/qtile.git cd qtile pip install dbus-next psutil wheel --break-system-packages -pip install -r requirements.txt --break-system-packages +pip install -r ~/.local/src/qtile/requirements.txt --break-system-packages pip install . --break-system-packages --no-warn-script-location