Skip to content

Commit

Permalink
Update Qt instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
dae committed Apr 4, 2024
1 parent b8d7ecd commit 4e0145c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ $ pyenv/bin/anki
<summary>Linux (ARM)</summary>

As there are no PyQt packages on PyPI for Linux/ARM, you will need to have your
distro's PyQt5 packages already installed. Eg on Debian 11:
distro's PyQt5 packages already installed. Eg on Debian 12:

```
$ sudo apt install python3-pyqt5.{qtwebengine,qtmultimedia}
$ sudo apt install python3-pyqt6.qt{quick,webengine,multimedia} python3-venv
```

Or on Fedora:
Expand Down

0 comments on commit 4e0145c

Please sign in to comment.