summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2005-11-11 09:22:27 +0000
committerTravis Oliphant <oliphant@enthought.com>2005-11-11 09:22:27 +0000
commita75a2b19a3391c41a8a421781caa9dd1e0aa16e9 (patch)
treee32b57d40609f853767d66a9a014823f422eaf63 /README.txt
parent3e339a073a931f9a6e57973c33275e282c34cbb5 (diff)
downloadnumpy-a75a2b19a3391c41a8a421781caa9dd1e0aa16e9.tar.gz
Mild changes and version number upgrade.
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.txt b/README.txt
index e69de29bb..cbb798a92 100644
--- a/README.txt
+++ b/README.txt
@@ -0,0 +1,12 @@
+
+Scipy Core is a replacement of Numeric Python that adds the features
+of numarray
+
+python setup.py install
+
+to 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.
+
+If fast BLAS and LAPACK cannot be found, then a slower default version is used.
+