Saturday, June 15, 2013

30 - Installing phython libraries in Ubuntu 12.04

To install numpy, scipy and matplotlib one needs to write the following lines in the terminal:

sudo apt-get update
sudo apt-get install python-numpy python-scipy python-matplotlib

No comments:

Post a Comment