Braxton - Personal Portfolio & Resume HTML Template Avatar
我的专业: UI/UX Designer
资深讲师
行业推动者
我在哪: 中国 · 北京

PYTHON安装科学计算库函数NUMPY的方法

需要在Mac终端中执行

The easiest way:

1.Install pip in MacOS terminal, you can run the code:

sudo easy_install pip

Then if your mac has a password, you should input your password

( hint: the terminal will hide your password, so just type it and +”enter”)

When you see this “Finished processing dependencies for pip”, the pip is installed.

2.Then, install numpy, run the code:

sudo -H  pip3 install numpy

When you see this “Successfully installed numpy-1.10.4”, the numpy is installed.

Thanks to the blog : install_numpy_for_mac

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注