安装homebrew:
$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
安装python3, pip3:
$ brew install --user python3 pip3
安装所需要的库:
$ pip3 install --user numpy scipy matplotlib scikit-learn pandas
本文介绍如何在Mac操作系统上使用Homebrew安装Python3和pip3,并通过pip3安装NumPy、SciPy、Matplotlib、Scikit-learn及Pandas等科学计算所需库。
安装homebrew:
$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
安装python3, pip3:
$ brew install --user python3 pip3
安装所需要的库:
$ pip3 install --user numpy scipy matplotlib scikit-learn pandas
416
1122
1万+

被折叠的 条评论
为什么被折叠?
