1. gitclone --recursive https://github.com/dmlc/mxnet
需要注意的情况:
一定加 --recursive ,把需要的都clone下来
文件放在 /Users/你的用户名/ 下面
2. cd ~/mxnet/
3. sh ./setup-utils/install-mxnet-osx-python.sh 会要求输入密码,安装brew,编译bootstrap等
4.中间会出现各种brew link等提示,按照要求做即可
5.出现以下画面代表已经完成

网友评论