larroy commented on a change in pull request #14535: [DOC] Updated install
instructions for mac
URL: https://github.com/apache/incubator-mxnet/pull/14535#discussion_r322535741
##########
File path: docs/install/osx_setup.md
##########
@@ -77,6 +77,10 @@ Install the dependencies, required for MXNet, with the
following commands:
```bash
brew update
+ brew install python3
+ brew install cmake
+ brew install ninja
Review comment:
I think this is the fastest and most reliable way to build. We have
discussed this before. Is better to have explicit instructions so users don't
get problems or get frustrated.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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