We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1371c5 commit 641e1d6Copy full SHA for 641e1d6
docs/development/build-instructions-macos.md
@@ -29,7 +29,13 @@ $ brew install python@2 && brew link python@2 --force
29
If you are using Python as provided by Homebrew, you also need to install
30
the following Python modules:
31
32
-* [pyobjc](https://pythonhosted.org/pyobjc/install.html)
+* [pyobjc](https://pypi.org/project/pyobjc/#description)
33
+
34
+You can use `pip` to install it:
35
36
+```sh
37
+$ pip install pyobjc
38
+```
39
40
## macOS SDK
41
0 commit comments