== Windows - 32 bit install == 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 [wiki:NumpyWindowsTest Windows - post-installation test and validation].