Skip to content

Commit dcd6932

Browse files
committed
updated README.md
1 parent 08e0eac commit dcd6932

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,13 @@ sudo pip install --proxy hari:mypassword@proxy-host:8080 -r requirements.txt
216216

217217
##### Mac OS X
218218

219-
The automated build also works on Mac OS X but you'll need to download and install [Apple XCode](https://developer.apple.com/download/). I also recommend you get [HomeBrew](https://brew.sh/) to install other useful tools and libraries you may need like OpenSSL for development headers and tools such as wget (these are installed automatically if Homebrew is detected on Mac OS X):
219+
The automated build also works on Mac OS X but you'll need to install [Apple XCode](https://developer.apple.com/download/) (on recent Macs just typing `git` is enough to trigger Xcode install).
220+
221+
I also recommend you get [HomeBrew](https://brew.sh/) to install other useful tools and libraries you may need like OpenSSL for development headers and tools such as wget (these are installed automatically if Homebrew is detected on Mac OS X):
222+
223+
```
224+
bash-tools/setup/install_homebrew.sh
225+
```
220226

221227
```
222228
brew install openssl wget

0 commit comments

Comments
 (0)