Move assets

This commit is contained in:
Fierelier 2020-11-24 17:55:27 +01:00
parent 948bea7ee1
commit 99ead67586
3 changed files with 8 additions and 8 deletions

View File

@ -16,19 +16,19 @@ This is made to allow you to stay in touch with friends. Servers will only recei
## Prerequisites
> #### Python 3.5.3 or newer
> <img src="assets/windows.png" width="16" height="16" alt=""> **Windows:** [Download](https://www.python.org/downloads/)
> <img src="assets/debian.png" width="16" height="16" alt=""> **Debian:** `apt-get install python3`
> <img src="assets/images/windows.png" width="16" height="16" alt=""> **Windows:** [Download](https://www.python.org/downloads/)
> <img src="assets/images/debian.png" width="16" height="16" alt=""> **Debian:** `apt-get install python3`
_**Note:** Windows 7 support was dropped with Python 3.9 (Thanks, asshats), use Python 3.8.x, on 7._
> #### discord.py
> <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`
> <img src="assets/images/windows.png" width="16" height="16" alt=""> **Windows:** `py -m pip install discord.py`
> <img src="assets/images/debian.png" width="16" height="16" alt=""> **Debian:** `pip3 install discord.py`
> #### 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`
> <img src="assets/images/windows.png" width="16" height="16" alt=""> **Windows:** `py -m pip install QtPy`
> <img src="assets/images/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:** `py -m pip install PyQt5`
> <img src="assets/debian.png" width="16" height="16" alt=""> **Debian:** `apt-get install python3-pyqt5`
> <img src="assets/images/windows.png" width="16" height="16" alt=""> **Windows:** `py -m pip install PyQt5`
> <img src="assets/images/debian.png" width="16" height="16" alt=""> **Debian:** `apt-get install python3-pyqt5`

View File

Before

Width:  |  Height:  |  Size: 1018 B

After

Width:  |  Height:  |  Size: 1018 B

View File

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB