From 99ead67586a2fdc824d5c2266e32abf4455ac309 Mon Sep 17 00:00:00 2001 From: Fierelier Date: Tue, 24 Nov 2020 17:55:27 +0100 Subject: [PATCH] Move assets --- README.md | 16 ++++++++-------- assets/{ => images}/debian.png | Bin assets/{ => images}/windows.png | Bin 3 files changed, 8 insertions(+), 8 deletions(-) rename assets/{ => images}/debian.png (100%) rename assets/{ => images}/windows.png (100%) diff --git a/README.md b/README.md index 23a338a..0cfae76 100644 --- a/README.md +++ b/README.md @@ -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 -> **Windows:** [Download](https://www.python.org/downloads/) -> **Debian:** `apt-get install python3` +> **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` +> **Windows:** `py -m pip install discord.py` +> **Debian:** `pip3 install discord.py` > #### QtPy -> **Windows:** `py -m pip install QtPy` -> **Debian:** `apt-get install python3-qtpy` +> **Windows:** `py -m pip install QtPy` +> **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: -> **Windows:** `py -m pip install PyQt5` -> **Debian:** `apt-get install python3-pyqt5` \ No newline at end of file +> **Windows:** `py -m pip install PyQt5` +> **Debian:** `apt-get install python3-pyqt5` \ No newline at end of file diff --git a/assets/debian.png b/assets/images/debian.png similarity index 100% rename from assets/debian.png rename to assets/images/debian.png diff --git a/assets/windows.png b/assets/images/windows.png similarity index 100% rename from assets/windows.png rename to assets/images/windows.png