From 5876f70884fd716c1cabf79574e178ea298d5edf Mon Sep 17 00:00:00 2001 From: DYefremov Date: Thu, 23 Jan 2020 19:18:49 +0300 Subject: [PATCH] upd. README --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9c161a9c..d1d9fead 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,13 @@ The functionality and performance of this version may be very different from 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:** +#### Optional: +```brew install wget imagemagick``` ```pip3 install pyobjc``` -**Launching:** +#### Launching: To start the program, just download the archive, unpack and run it from the terminal with the command: ```./start.py``` ### Building standalone application: