Merge pull request #7558 from danburzo/build_instructions

Adds link to PyObjC installation instructions
This commit is contained in:
Kevin Sawicki 2016-10-11 09:48:20 -07:00 committed by GitHub
commit 003522d6f7

View file

@ -9,9 +9,9 @@ Follow the guidelines below for building Electron on macOS.
* [node.js](http://nodejs.org) (external)
If you are using the Python downloaded by Homebrew, you also need to install
following python modules:
the following Python modules:
* pyobjc
* [pyobjc](https://pythonhosted.org/pyobjc/install.html)
## Getting the Code