Adds link to PyObjC installation instructions

This commit is contained in:
Dan Burzo 2016-10-11 17:34:35 +03:00
parent 4ae190dab9
commit 120aa1c9ce

View file

@ -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