From 71a437b4e50d1dd47f03ced4828425e4c68b47e8 Mon Sep 17 00:00:00 2001 From: Ben Lauret Date: Sat, 7 Oct 2023 15:13:33 +0200 Subject: [PATCH] updated readme --- README.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 7baaec2..f3db84e 100644 --- a/README.md +++ b/README.md @@ -31,19 +31,11 @@ Not all the features of the G5 are implemented. It's currently missing: ## Installation -`pyG5` depends on `PyQt5`. Due to failure to install `PyQt5` from pip on Raspberry Pi OS it is not +`pyG5` depends on `pySide6`. Due to failure to install `pySide6` from pip on Raspberry Pi OS it is not a dependency of the `pyG5`. As a result it needs to be installed manually. -Raspberry Pi OS: - -```console - > sudo apt-get install python3-pyqt5 -``` - -other OS: - ```console - > sudo pip3 install PyQt5 + > sudo pip3 install pyside6 ``` The install `PyG5`: