Add icons to prerequisites

This commit is contained in:
Fierelier 2020-11-21 00:51:15 +01:00
parent 333368b243
commit aac947eb6f
1 changed files with 10 additions and 10 deletions

View File

@ -4,16 +4,16 @@ A faster client for slow computers. Mainly focuses on reducing the memory footpr
This is made to allow you to stay in touch with friends. Servers will only receive basic support.
## Prerequisites
> **Python 3.5.3 or newer**
> Windows: [Download](https://www.python.org/downloads/)
> Debian: `apt-get install python3`
## 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`
_**Note:** Windows 7 support was dropped with Python 3.9 (Thanks, asshats), use Python 3.8.x, on 7._
> **discord.py**
> Windows: `py -m pip install discord.py`
> Debian: `pip3 install discord.py`
> #### 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`
> **tkinter**
> Windows: Included with Python
> Debian: `apt-get install python-tk`
> #### 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 python-tk`