[Numpy-svn] r5514 - trunk

numpy-svn at scipy.org numpy-svn at scipy.org
Thu Jul 24 00:12:40 EDT 2008


Author: cdavid
Date: 2008-07-23 23:12:37 -0500 (Wed, 23 Jul 2008)
New Revision: 5514

Modified:
   trunk/README.txt
Log:
Add some more info for installing numpy.

Modified: trunk/README.txt
===================================================================
--- trunk/README.txt	2008-07-23 16:48:01 UTC (rev 5513)
+++ trunk/README.txt	2008-07-24 04:12:37 UTC (rev 5514)
@@ -1,8 +1,14 @@
 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
 
+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
 find it.  You can guide the process using a site.cfg file.
 




More information about the Numpy-svn mailing list