From 5642b8871cd86959648bc30fa26a905d5ac53cfc Mon Sep 17 00:00:00 2001 From: DYefremov Date: Wed, 19 Aug 2020 21:24:34 +0300 Subject: [PATCH] upd README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8114a925..5da0c6cc 100644 --- a/README.md +++ b/README.md @@ -38,13 +38,13 @@ For multiple mouse selection (including Drag and Drop), press and hold the ** ### Minimum requirements: Python >= **3.5**, GTK+ >= **3.16**, pygobject3, adwaita-icon-theme, python3-requests. -#### Installation: +### Installation: ```brew install python3 gtk+3 pygobject3 adwaita-icon-theme``` ```pip3 install requests``` -#### Optional: -```brew install wget imagemagick``` -```pip3 install pyobjc``` -#### Launching: +### Optional: +```brew install wget``` +```pip3 install pillow, pyobjc``` +### Launching: To start the program, just download the archive, unpack and run it from the terminal with the command: ```./start.py``` ### Building standalone application: Install [PyInstaller](https://www.pyinstaller.org/) with the command from the terminal: