Browse Source

Merge pull request #6631 from amor520/master

update Prerequisites
Cheng Zhao 8 years ago
parent
commit
b790ad6c1a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs-translations/zh-CN/development/build-instructions-osx.md

+ 2 - 2
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
-```
+```