Pi66

pino
Python notification daemon.
git clone https://git.pi66.xyz/pino

← back to log

Add files via upload

author: Pixel2175
date: 2024-12-19 18:56
hash: b4189a9f0684f1fce5cadba42abbbb5863fe6d62

Diffstat:

M

install.py
6 +++++++++++++++++++++++++-----
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
diff --git a/install.py b/install.py
index 532a4a4..4f3952c 100644
--- a/install.py
+++ b/install.py
@@ -73,8 +73,12 @@ def install_system_deps():


 def install_libs():
+    #
     os.system(
-        "pip install customtkinter screeninfo playsound --break-system-packages > /dev/null 2>&1"
+        "pip install --upgrade pip setuptools wheel --break-system-packages > /dev/null 2>&1"
+    )
+    os.system(
+        "pip install customtkinter screeninfo playsound --only-binary=:all: --break-system-packages > /dev/null 2>&1 "
     )
     print("Libs: Done")