Files
DemonEditor/README.md
DYefremov f22abe1d87 test nso
2019-10-17 08:11:04 -07:00

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```