首页 > 技术文章 > Python3 安装第三方包

hanshuhe 2018-01-14 21:36 原文

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

pip3 install numpy 即可(安装numpy包)

 

推荐阅读