Skip to content

Commit

Permalink
doc: change pyobjc link in macos build instruction (#18617)
Browse files Browse the repository at this point in the history
  • Loading branch information
trop[bot] authored and codebytere committed Jun 4, 2019
1 parent fc6b987 commit 7a2777c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/development/build-instructions-macos.md
Expand Up @@ -29,7 +29,13 @@ $ brew install python@2 && brew link python@2 --force
If you are using Python as provided by Homebrew, you also need to install
the following Python modules:

* [pyobjc](https://pythonhosted.org/pyobjc/install.html)
* [pyobjc](https://pypi.org/project/pyobjc/#description)

You can use `pip` to install it:

```sh
$ pip install pyobjc
```

## macOS SDK

Expand Down

0 comments on commit 7a2777c

Please sign in to comment.