2017-10-06 23:19:58 +03:00
|
|
|
# DemonEditor
|
2017-12-30 21:51:57 +03:00
|
|
|
|
2019-10-11 14:34:08 +03:00
|
|
|
## Experimental version for MacOS.
|
2019-10-10 14:19:10 -07:00
|
|
|
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!**
|
|
|
|
|
|
2018-02-15 15:21:08 +03:00
|
|
|
### Minimum requirements:
|
2019-10-10 14:19:10 -07:00
|
|
|
Python >= **3.5**, GTK+ >= **3.16**, pygobject3, adwaita-icon-theme, python3-requests.
|
|
|
|
|
**Installation:**
|
2019-10-11 14:34:08 +03:00
|
|
|
```brew install python3 gtk+3 pygobject3 adwaita-icon-theme```
|
2019-10-10 14:19:10 -07:00
|
|
|
```pip3 install requests```
|
2018-12-10 13:24:26 +03:00
|
|
|
|
2019-10-17 08:11:04 -07:00
|
|
|
**Optional:**
|
|
|
|
|
```pip3 install pyobjc```
|
|
|
|
|
|
2019-10-10 14:19:10 -07:00
|
|
|
### Launching
|
2019-10-13 14:07:46 +03:00
|
|
|
To start the program, just download the archive, unpack and run it from the terminal with the command: ```./start.py```
|