From b413dbf5dc8da63ded8d94123310221d75272fe8 Mon Sep 17 00:00:00 2001 From: A S Lewis <37951926+axcore@users.noreply.github.com> Date: Thu, 13 Aug 2020 13:09:57 +0100 Subject: [PATCH] Add missing step in MacOS instructions --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index 9776b37..aa8b7b5 100644 --- a/README.rst +++ b/README.rst @@ -176,6 +176,8 @@ MacOS users should use the following procedure (with thanks to JeremyShih): - Install `Python 3 `__ by downloading an installer, or with homebrew: + **brew install pkg-config** + **brew install python** - Install `Gtk 3 `__