next up previous contents index
Next: Writing Python Scripts Up: Developer's Guide Previous: How to use your   Contents   Index


How to Install numpy

From the website http://sourceforge.net/projects/numpyhttp://sourceforge.net/projects/numpy and download version 1.0.1 of numpy.

For windows, run the binary installer and the installation is complete. Other users must download the source code and install manually as follows:

-
get source code numpy-XX.Y.tar.gz

-
% gunzip numpy-XX.Y.tar.gz
% tar xf numpy-XX.Y.tar
-
login as root

-
% cd numpy-XX.Y;
% python setup.py install



2013-06-11