Skip to content

Commit 641e1d6

Browse files
xtx1130codebytere
authored andcommitted
doc: change pyobjc link in macos build instruction (electron#18471)
1 parent d1371c5 commit 641e1d6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/development/build-instructions-macos.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,13 @@ $ brew install python@2 && brew link python@2 --force
2929
If you are using Python as provided by Homebrew, you also need to install
3030
the following Python modules:
3131

32-
* [pyobjc](https://pythonhosted.org/pyobjc/install.html)
32+
* [pyobjc](https://pypi.org/project/pyobjc/#description)
33+
34+
You can use `pip` to install it:
35+
36+
```sh
37+
$ pip install pyobjc
38+
```
3339

3440
## macOS SDK
3541

0 commit comments

Comments
 (0)