目录

ubuntu系统安装numpy和scipy

ubuntu系统安装numpy和scipy

linux上安装numpy scipy

1
2
3
4
sudo pip install numpy
sudo apt-get install libatlas-base-dev gfortran
sudo pip install scipy
sudo pip install matplotlib   # recommended