admin管理员组

文章数量:1794759

Linux Ubuntu 安装 numpy 教程

Linux Ubuntu 安装 numpy 教程

安装numpy模块命令

sudo apt-get install python-numpy

验证是否安装成功

python from numpy import * eye(4)

本文标签: 教程Linuxubuntunumpy