This commit is contained in:
Fierelier 2020-11-24 01:57:33 +01:00
commit 5d857a3cd4
1 changed files with 8 additions and 3 deletions

View File

@ -14,6 +14,11 @@ _**Note:** Windows 7 support was dropped with Python 3.9 (Thanks, asshats), use
> <img src="assets/windows.png" width="16" height="16" alt=""> **Windows:** `py -m pip install discord.py`
> <img src="assets/debian.png" width="16" height="16" alt=""> **Debian:** `pip3 install discord.py`
> #### tkinter
> <img src="assets/windows.png" width="16" height="16" alt=""> **Windows:** Included with Python
> <img src="assets/debian.png" width="16" height="16" alt=""> **Debian:** `apt-get install python3-tk`
> #### QtPy
> <img src="assets/windows.png" width="16" height="16" alt=""> **Windows:** `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/debian.png" width="16" height="16" alt=""> **Debian:** `apt-get install python3-pyqt5`