From 8730cbdb7c70c536d6f136e2e7529cb2f16a7e0b Mon Sep 17 00:00:00 2001 From: DYefremov Date: Mon, 26 Feb 2024 22:19:01 +0300 Subject: [PATCH] README update --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4dcdd9f8..a7d113e3 100644 --- a/README.md +++ b/README.md @@ -75,10 +75,11 @@ Users of **LTS** versions of [Ubuntu](https://ubuntu.com/) or distributions base A ready-made [package](https://aur.archlinux.org/packages/demoneditor-bin) is also available for [Arch Linux](https://archlinux.org/) users in the [AUR](https://aur.archlinux.org/) repository. * ### macOS **This program can be run on macOS.** -To run the program on macOS, you need to install [brew](https://brew.sh/). +To run the program on macOS, you need to install [Homebrew](https://brew.sh/). Then install the required components via terminal: -```brew install python3 gtk+3 pygobject3 adwaita-icon-theme``` -```pip3 install requests, pillow``` +```brew install python3 gtk+3 pygobject3 adwaita-icon-theme python-requests gtksourceview3``` + +*Optional:* ```brew install pillow python-chardet``` Launch is similar to Linux.