JulianSlzr commented on a change in pull request #9353: added mac gpu install; refactored windows install URL: https://github.com/apache/incubator-mxnet/pull/9353#discussion_r162288666
########## File path: docs/install/index.md ########## @@ -698,6 +698,29 @@ Try the **Build from Source** option for now. <div class="build-from-source"> +**Step 1** Install prerequisites - Homebrew, python development tools. + +```bash +# Install Homebrew +$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" +$ export PATH=/usr/local/bin:/usr/local/sbin:$PATH + +# Install python development tools - python2.7, pip, python-setuptools +$ brew install python Review comment: Make the full line `brew install python pkg-config graphviz` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
