mirror of
https://github.com/DYefremov/DemonEditor.git
synced 2026-02-14 02:28:05 +01:00
19 lines
1.5 KiB
Markdown
19 lines
1.5 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```
|
|
|
|
**Optional:**
|
|
```pip3 install pyobjc```
|
|
|
|
### Launching
|
|
To start the program, just download the archive, unpack and run it from the terminal with the command: ```./start.py```
|