diff --git a/docs-translations/zh-CN/development/build-instructions-osx.md b/docs-translations/zh-CN/development/build-instructions-osx.md index d2052c27a54d..f9992c929958 100644 --- a/docs-translations/zh-CN/development/build-instructions-osx.md +++ b/docs-translations/zh-CN/development/build-instructions-osx.md @@ -8,7 +8,7 @@ * [Xcode](https://developer.apple.com/technologies/tools/) >= 5.1 * [node.js](http://nodejs.org) (外部) -如果你通过 Homebrew 使用 Python 下载,需要安装下面的 Python 模块: +如果你目前使用的Python是通过 Homebrew 安装的,则你还需要安装如下Python模块: * pyobjc @@ -59,4 +59,4 @@ $ ./script/cpplint.py ```bash $ ./script/test.py -``` \ No newline at end of file +```