- First, you need to ensure that you have installed
pipon Ubuntu.
If not, use the command below to get pip.
sudo apt-get install python-pip
- Then use the following commands to install
numpy,scipyandmatplotlib.
sudo pip install numpy
sudo pip install scipy
sudo pip install matplotlib












网友评论