wiki:NumpyWindows32Install

Version 3 (modified by rwilson, 15 years ago) (diff)

--

Windows - 32 bit install

This page shows how to install the numpy ANUGA system onto a 32 bit Windows system. Windows XP was used to test the procedures here. Feedback on the installation on a Vista machine are most welcome.

Install python 2.5:

execute python-2.5.4.msi

and add ';C:\python25' to the end of the PATH environmental variable.

Install the MinGW package (requires an internet connection) by:

execute MinGW-5.1.4.exe
 . install MinGW base tools
 . g++ compiler
 . MinGW Make

and add ';C:\MinGW\bin' to the end of the PATH environmental variable.

Install numpy:

execute numpy-1.3.0-win32-superpack-python2.5.exe

install NetCDF4:

execute netCDF_binary_4.0.exe

and add ';C:\netcdf4\bin' to the end of the PATH environmental variable

Install ScientificPython:

execute ScientificPython-2.9.0.win32-py2.5.exe

install psyco:

execute psyco-1.6.win32-py25.exe

This is not strictly required, but it's small and speeds up your ANUGA system.

Install matplotlib:

execute matplotlib-0.98.5.2.win32-py2.5.exe

The procedure to test your new ANUGA system is at Windows - post-installation test and validation.