Official source and binary releases

Official releases include source code, and binaries for Mac OS X and Microsoft Windows. For Linux users, third-party party binaries are available (see below).

Note that the Mac OS X binaries work with the Python from python.org, not with the Python provided by Apple.

NumPy

Official releases are on SourceForge download site for numpy.

SciPy

Official releases are on SourceForge download site for scipy.

Unofficial Add-ons

SciKits

Please visit the SciKits portal for additional toolkits, such as delaunay, umfpack, audiolab, learn and many others.

SciPy for .NET

SciPy for .NET can be downloaded from the Enthought repository.

Bleeding-edge repository access

(See also the Developer Zone.)

NumPy

git clone git://github.com/numpy/numpy.git numpy

SciPy

git clone git://github.com/scipy/scipy.git scipy

Also read the building instructions.

Windows 64 bit unofficial releases

Christoph Gohlke has put together an impressive collection of Windows binary installers of recent versions of scientific packages for Python, including amd64 versions of Numpy and Scipy compiled against Intel's MKL, and SciKits:

http://www.lfd.uci.edu/~gohlke/pythonlibs

Linux unofficial releases

As with a lot of open-source software, the best way to fully exploit and contribute to Scipy is to compile it from source. This will guarantee you the latest stable releases and a better support from mailing-lists. However, this can be challenging, and the second best way to run Scipy is to use binaries.

Mac OS X 64-bit unofficial releases

Marketing material

Download (last edited 2011-12-14 22:40:44 by ChrisFonnesbeck)