Merge pull request #7558 from danburzo/build_instructions
Adds link to PyObjC installation instructions
This commit is contained in:
commit
003522d6f7
1 changed files with 2 additions and 2 deletions
|
@ -9,9 +9,9 @@ Follow the guidelines below for building Electron on macOS.
|
||||||
* [node.js](http://nodejs.org) (external)
|
* [node.js](http://nodejs.org) (external)
|
||||||
|
|
||||||
If you are using the Python downloaded by Homebrew, you also need to install
|
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
|
## Getting the Code
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue