Monday 30 January 2012

Installing SciPy on Ubuntu 11.10

Preparing right working environment for my development project in Python, today I decided to setup SciPy. Here are the steps

import json
sudo pip install numpy
sudo apt-get install libatlas-base-dev gfortran 
sudo apt-get install swig 
sudo pip install scipy
sudo pip install matplotlib   # recommended


(inspiration from: here)

No comments:

Post a Comment