From 120aa1c9ce538657bce83197846f7891b15e7362 Mon Sep 17 00:00:00 2001 From: Dan Burzo Date: Tue, 11 Oct 2016 17:34:35 +0300 Subject: [PATCH] Adds link to PyObjC installation instructions --- docs/development/build-instructions-osx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/build-instructions-osx.md b/docs/development/build-instructions-osx.md index 8d87a4988183..a5f232bbed18 100644 --- a/docs/development/build-instructions-osx.md +++ b/docs/development/build-instructions-osx.md @@ -11,7 +11,7 @@ Follow the guidelines below for building Electron on macOS. If you are using the Python downloaded by Homebrew, you also need to install following python modules: -* pyobjc +* [pyobjc](https://pythonhosted.org/pyobjc/install.html) ## Getting the Code