From 6f27040164e00502800bcf75b129f016176d21d4 Mon Sep 17 00:00:00 2001 From: DYefremov Date: Sat, 14 Dec 2019 13:22:22 +0300 Subject: [PATCH] upd README --- README.md | 32 ++++++++++++++++++++++++-------- 1 file changed, 24 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 18844247..87df20fe 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,34 @@ # 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! +## Experimental version for Mac OS. +This version is only for users those who wish to try running this program on **Mac OS**. +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``` +```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``` -**Optional:** -```pip3 install pyobjc``` +### Building standalone application: +Install [PyInstaller](https://www.pyinstaller.org/) with the command from the terminal: +```pip3 install pyinstaller``` +and in th root dir run command: +```pyinstaller DemonEditor.spec``` + +If you need to change the application icon, replace the icon.icns file with yours with the same name +or edit the DemonEditor.spec file. + +To run the program, copy the **dist/DemonEditor.app** bundle to the **Application** directory. +Perhaps in the security settings it will be necessary to allow the launch of this application! -### Launching -To start the program, just download the archive, unpack and run it from the terminal with the command: ```./start.py``` +Users of the **64-bit version of the OS** can download a ready-made package from [here](https://github.com/DYefremov/DemonEditor/raw/experimental-mac/dist/DemonEditor.app.zip). +Just unpack and copy to the **Application** directory. +**Note. The package may not contain all the latest changes!** + +