doc: change pyobjc link in macos build instruction (#18471)
This commit is contained in:
parent
d1371c5dd0
commit
641e1d6587
1 changed files with 7 additions and 1 deletions
|
@ -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
|
If you are using Python as provided by Homebrew, you also need to install
|
||||||
the following Python modules:
|
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
|
## macOS SDK
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue