Update README.md

This commit is contained in:
Fierelier 2020-11-17 17:38:12 +01:00
parent 751277d28f
commit dcbb847282
1 changed files with 13 additions and 5 deletions

View File

@ -4,8 +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.
<h2>Prerequisites</h2>
**Python 3.5.3 or newer** - Windows: [Download](https://www.python.org/downloads/), Debian: `apt-get install python3` <br>
_Note: Windows 7's support was dropped with Python 3.9 (Thanks, asshats), use Python 3.8.x, on 7._ <br>
**discord.py** - Windows: `py -m pip install discord.py`, Debian: `pip3 install discord.py` <br>
**tkinter** - Included on Windows, on Debian: `apt-get install python-tk` <br>
## Prerequisites
> ✨ **Python 3.5.3 or newer**
> Windows: [Download](https://www.python.org/downloads/)
> 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`
> ✨ **tkinter**
> Windows: Included with Python
> Debian: `apt-get install python-tk`