Skip to content

Commit

Permalink
Add some more info for installing numpy.
Browse files Browse the repository at this point in the history
  • Loading branch information
cournape committed Jul 24, 2008
1 parent 252e128 commit 7ad4022
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.txt
@@ -1,8 +1,14 @@
NumPy is a replacement of Numeric Python that adds the features of numarray. NumPy is a replacement of Numeric Python that adds the features of numarray.
To install system-wide: To install system-wide on Unix-like systems:


sudo python setup.py install sudo python setup.py install


or (for system without sudo):

su -c python setup.py install

On windows, it is advised to use the official binaries.

The setup.py script will take advantage of fast BLAS on your system if it can The setup.py script will take advantage of fast BLAS on your system if it can
find it. You can guide the process using a site.cfg file. find it. You can guide the process using a site.cfg file.


Expand Down

0 comments on commit 7ad4022

Please sign in to comment.