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