mirror of
https://github.com/DYefremov/DemonEditor.git
synced 2026-01-29 10:50:07 +01:00
17 lines
1.3 KiB
Markdown
17 lines
1.3 KiB
Markdown
# DemonEditor
|
|
|
|
## Experimental version for MacOS.
|
|
This version is only for users those who wish to try running this program on MacOS.
|
|
The functionality and performance of this version may be very different from the main version!
|
|
**Not all features are supported and tested!**
|
|
|
|
### Minimum requirements:
|
|
Python >= **3.5**, GTK+ >= **3.16**, pygobject3, adwaita-icon-theme, python3-requests.
|
|
**Installation:**
|
|
```brew install python3 gtk+3 pygobject3 adwaita-icon-theme```
|
|
```pip3 install requests```
|
|
|
|
### Launching
|
|
To start the program, in most cases it is enough to download the archive,
|
|
unpack and run it from the terminal with the command: ```./start.py```
|