Python3 安装第三方包

打开cmd(切记是cmd,不是Python3.6那个敲代码环境)输入

pip3 install numpy 即可(安装numpy包)

原文地址:https://www.cnblogs.com/hanshuhe/p/8284471.html