Skip to content

Commit

Permalink
[GDE] Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkeye116477 committed Oct 10, 2023
1 parent 6bf4aaa commit 8b36e0f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Readme_GDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!

0 comments on commit 8b36e0f

Please sign in to comment.