File: README.txt

package info (click to toggle)
python-numpy 1%3A1.1.0-3%2Blenny1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 9,548 kB
  • ctags: 14,321
  • sloc: ansic: 73,119; python: 59,655; cpp: 822; makefile: 179; fortran: 121; f90: 42
file content (19 lines) | stat: -rw-r--r-- 597 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
NumPy is a replacement of Numeric Python that adds the features of numarray.
To install system-wide:

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 guide the process using a site.cfg file.

If fast BLAS and LAPACK cannot be found, then a slower default version is used.

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 our
subversion repository:

http://svn.scipy.org/svn/numpy/trunk