Skip to content

Commit

Permalink
[GDE] Update manifest and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkeye116477 committed Oct 9, 2023
1 parent e9138c2 commit 6bf4aaa
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
23 changes: 18 additions & 5 deletions Readme_GDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,24 @@
Application, which helps in finding all domains of specific group and copies it to clipboard. It also has the ability to save configuration of group to file and load it.

## How to install?
1. Download latest [Python 3](https://www.python.org/downloads/) and install it (make sure that tkinter and pip is checked).
2. Download latest zipped version of Groups Domains Extractor from https://github.com/FiltersHeroes/ScriptsPlayground/releases.
3. Extract zip and run following command from terminal:

### **A. Arch Linux and derivatives**
1. Download and install package from [AUR](https://aur.archlinux.org/packages/groupsdomainsextractor).
2. Run it from Start menu or `/bin/GDE`.
2. Ready!

### **B. Windows 10+**
1. Download latest installer 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**
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 -r path_to_unpacked_files/requirements.txt
pip install path_to_wheel/GDE-version-py3-none-any.whl
```
4. Double click on **GDE.py** to run it.
4. Launch GDE from terminal.
5. Ready!
2 changes: 2 additions & 0 deletions scripts/GDE/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
include GDE/locales/GDE.pot
include GDE/locales/*/LC_MESSAGES/*.po
include GDE/ingredients/*.ui
include GDE/shortcuts/bin/GDE
include GDE/shortcuts/share/applications/GDE.desktop
exclude GDE/locales/*/LC_MESSAGES/*.mo

0 comments on commit 6bf4aaa

Please sign in to comment.