|
Size: 514
Comment:
|
← Revision 3 as of 2009-07-15 23:35:29 ⇥
Size: 507
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 5: | Line 5: |
| <<PageList(regex:^NumpyInstallationHowto/Ubuntu/]*)>> | <<PageList(regex:^NumpyInstallationHowto/.*)>> |
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.
