Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
blauret committed Oct 7, 2023
1 parent fb31c41 commit 71a437b
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:
Expand Down

0 comments on commit 71a437b

Please sign in to comment.