Install Numpy, Scipy and Matplotlib on Ubuntu

  1. First, you need to ensure that you have installed pip on Ubuntu.

If not, use the command below to get pip.

sudo apt-get install python-pip
  1. Then use the following commands to install numpy, scipy and matplotlib.
sudo pip install numpy
sudo pip install scipy
sudo pip install matplotlib

你可能感兴趣的:(Install Numpy, Scipy and Matplotlib on Ubuntu)