From 0675b4a3050ee098154bc1704dabe2de319acaca Mon Sep 17 00:00:00 2001 From: Andrew Date: Thu, 30 Oct 2025 17:47:23 +0300 Subject: [PATCH] it's just pyside6 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a46e723..6456d38 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Native installation: the only tested environment is Arch Linux on KDE Plasma Way ### Install dependencies ```bash -sudo pacman -Syu python-pyside6 python-requests # Arch Linux +sudo pacman -Syu pyside6 python-requests # Arch Linux ``` ### Clone the repository