From 7a2777cc00d9d56f8b229776c68473d562ecc8ee Mon Sep 17 00:00:00 2001 From: "trop[bot]" Date: Mon, 3 Jun 2019 22:02:50 -0700 Subject: [PATCH] doc: change pyobjc link in macos build instruction (#18617) --- 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 0b3380de60c20..a99c8da24c6b2 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