Numpy Installation Howto
To install numpy, you may follow these distribution-specific instructions:
Or, if your OS isn't covered above, the following recipe should work on Unix-like machines:
$ wget http://peak.telecommunity.com/dist/ez_setup.py $ [sudo] python ez_setup.py $ [sudo] easy_install numpy
"[sudo]" stands for an optional use of the sudo command. Don't type the brackets.
