diff options
author | Stefan van der Walt <stefan@sun.ac.za> | 2008-04-16 15:21:22 +0000 |
---|---|---|
committer | Stefan van der Walt <stefan@sun.ac.za> | 2008-04-16 15:21:22 +0000 |
commit | 49a26ff5e3bec2d20699eb46a1f8fdb819db998e (patch) | |
tree | 71d9b9597d7b5cc0330103d68f870cb98378cfe5 /README.txt | |
parent | 13f9b4a8fb920c90d9f57de074794ea0c5782f10 (diff) | |
download | numpy-49a26ff5e3bec2d20699eb46a1f8fdb819db998e.tar.gz |
Include "sudo" as part of system-wide installation instructions.
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/README.txt b/README.txt index 4cdd7f82e..a1fa2f6d2 100644 --- a/README.txt +++ b/README.txt @@ -1,20 +1,19 @@ +NumPy is a replacement of Numeric Python that adds the features of numarray. +To install system-wide: -NumPy is a replacement of Numeric Python that adds the features of numarray. -To install: - -python setup.py install +sudo python setup.py install The setup.py script will take advantage of fast BLAS on your system if it can -find it. You can help the process with a site.cfg file. +find it. You can guide the process using a site.cfg file. -If fast BLAS and LAPACK cannot be found, then a slower default version is used. +If fast BLAS and LAPACK cannot be found, then a slower default version is used. -After installation, tests can be run with +After installation, tests can be run (from outside the source +directory) with python -c 'import numpy; numpy.test()' -The most current development version is always available from a -subversion repostiory: - -http://svn.scipy.org/svn/numpy/trunk +The most current development version is always available from our +subversion repository: +http://svn.scipy.org/svn/numpy/trunk |