From 8b36e0fcd5054c0f33a508e5683a7977324dc13e Mon Sep 17 00:00:00 2001 From: hawkeye116477 Date: Tue, 10 Oct 2023 13:29:53 +0200 Subject: [PATCH] [GDE] Update readme --- Readme_GDE.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Readme_GDE.md b/Readme_GDE.md index ae246c2..9fe80e8 100644 --- a/Readme_GDE.md +++ b/Readme_GDE.md @@ -10,17 +10,19 @@ Application, which helps in finding all domains of specific group and copies it 2. Ready! ### **B. Windows 10+** -1. Download latest installer from https://github.com/FiltersHeroes/ScriptsPlayground/releases. +1. Download latest installer (.exe file) from https://github.com/FiltersHeroes/ScriptsPlayground/releases. 2. Run installer to install in chosen location. 3. Go to Start menu, find GDE in it and launch. 4. Ready! -### **C. Other OS** +### **C. Every OS for desktop** 1. Download latest [Python 3.6+](https://www.python.org/downloads/) and install it (make sure that pip and PATH environment variable is checked). 2. Download latest wheel (.whl file) from https://github.com/FiltersHeroes/ScriptsPlayground/releases. 3. Run following command from terminal: ```bash -pip install path_to_wheel/GDE-version-py3-none-any.whl +pip install path_to_wheel/GDE-version-py3-none-any.whl[Qt5] ``` +You can replace Qt5 with Qt6 if you want, but that may improve or worsen the aesthetic experience. For Windows 10+ recommended is Qt 6 if you're using dark mode, but most Linux desktop environments still uses Qt 5, so choice is obvious. + 4. Launch GDE from terminal. 5. Ready!