Update README.md

This commit is contained in:
Fierelier 2020-11-24 02:13:25 +01:00
parent fd456ea9c3
commit 02b48a0577
1 changed files with 2 additions and 2 deletions

View File

@ -25,10 +25,10 @@ _**Note:** Windows 7 support was dropped with Python 3.9 (Thanks, asshats), use
> <img src="assets/debian.png" width="16" height="16" alt=""> **Debian:** `pip3 install discord.py`
> #### QtPy
> <img src="assets/windows.png" width="16" height="16" alt=""> **Windows:** `pip install QtPy`
> <img src="assets/windows.png" width="16" height="16" alt=""> **Windows:** `py -m pip install QtPy`
> <img src="assets/debian.png" width="16" height="16" alt=""> **Debian:** `apt-get install python3-qtpy`
> #### A Qt library compatible with QtPy
> There is multiple choices, QtPy is compatible with PyQt5, PyQt4, PySide2 and PySide. Don't know what to choose? You probably want PyQt5:
> <img src="assets/windows.png" width="16" height="16" alt=""> **Windows:** `pip install PyQt5`
> <img src="assets/windows.png" width="16" height="16" alt=""> **Windows:** `py -m pip install PyQt5`
> <img src="assets/debian.png" width="16" height="16" alt=""> **Debian:** `apt-get install python3-pyqt5`