File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -196,7 +196,13 @@ python3 main.py
196196<summary >🐧 How to Install on Linux</summary >
197197
198198``` bash
199+ # Linux system dependencies
200+ sudo apt update && sudo apt install -y \
201+ libxcb-xinerama0 libxkbcommon-x11-0 \
202+ libqt5gui5 libqt5widgets5 libqt5quick5 libqt5svg5
203+
199204python3 -m pip install -r requirements.txt
205+
200206python3 main.py
201207```
202208</details >
Original file line number Diff line number Diff line change 11asciimatics == 1.15.0
2- certifi == 2025.6.15
3- charset-normalizer == 3.4.2
2+ pyfiglet == 1.0.3
3+ rich == 14.0.0
4+ Pygments == 2.19.2
5+ watchdog == 6.0.0
6+ wcwidth == 0.2.13
47darkdetect == 0.8.0
5- idna == 3.10
6- markdown-it-py == 3.0.0
7- mdurl == 0.1.2
88numpy == 2.3.1
99pandas == 2.3.1
10- pillow == 11.3.0
10+ pytz == 2025.2
11+ tzdata == 2025.2
12+ python-dateutil == 2.9.0.post0
1113psutil == 7.0.0
12- pyfiglet == 1.0.3
13- Pygments == 2.19.2
14+ requests == 2.32.4
15+ urllib3 == 2.5.0
16+ certifi == 2025.6.15
17+ charset-normalizer == 3.4.2
18+ idna == 3.10
1419PyQt5 == 5.15.11
15- PyQt5-Frameless-Window == 0.7.3
16- PyQt5-Qt5 == 5.15.2
1720PyQt5_sip == 12.17.0
18- python-dateutil == 2.9.0.post0
19- pytz == 2025.2
20- pywin32 == 310
21- requests == 2.32.4
22- rich == 14 .0.0
23- setuptools == 80.9.0
21+ PyQt5-Qt5 == 5.15.2
22+ PyQt5-Frameless-Window == 0.7.3
23+ PyQt-Fluent-Widgets
24+ pillow == 11.3.0
25+ markdown-it-py == 3 .0.0
26+ mdurl == 0.1.2
2427six == 1.17.0
25- tzdata == 2025.2
26- urllib3 == 2.5.0
27- watchdog == 6.0.0
28- wcwidth == 0.2.13
28+ setuptools == 80.9.0
2929pywin32 == 310 ; platform_system == "Windows"
You can’t perform that action at this time.
0 commit comments