From 641e1d65874fb9169a9f42ebe723fc875fd649e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E8=8F=9C?= Date: Tue, 4 Jun 2019 09:57:13 +0800 Subject: [PATCH] doc: change pyobjc link in macos build instruction (#18471) --- docs/development/build-instructions-macos.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/development/build-instructions-macos.md b/docs/development/build-instructions-macos.md index b4bdbfbd64b4..ad1488188d37 100644 --- a/docs/development/build-instructions-macos.md +++ b/docs/development/build-instructions-macos.md @@ -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