| 1 | Install python 2.5: |
| 2 | {{{ |
| 3 | execute python-2.5.4.msi |
| 4 | }}} |
| 5 | and add ';C:\python25' to the end of the PATH environmental variable. |
| 6 | |
| 7 | Install the MinGW package (requires an internet connection) by: |
| 8 | {{{ |
| 9 | execute MinGW-5.1.4.exe |
| 10 | . install MinGW base tools |
| 11 | . g++ compiler |
| 12 | . MinGW Make |
| 13 | }}} |
| 14 | and add ';C:\MinGW\bin' to the end of the PATH environmental variable. |
| 15 | |
| 16 | Install numpy: |
| 17 | {{{ |
| 18 | execute numpy-1.3.0-win32-superpack-python2.5.exe |
| 19 | }}} |
| 20 | |
| 21 | install NetCDF4: |
| 22 | {{{ |
| 23 | execute netCDF_binary_4.0.exe |
| 24 | }}} |
| 25 | and add ';C:\netcdf4\bin' to the end of the PATH environmental variable |
| 26 | |
| 27 | Install !ScientificPython: |
| 28 | {{{ |
| 29 | execute ScientificPython-2.9.0.win32-py2.5.exe |
| 30 | }}} |
| 31 | |
| 32 | install psyco: |
| 33 | {{{ |
| 34 | execute psyco-1.6.win32-py25.exe |
| 35 | }}} |
| 36 | This is not strictly required, but it's small and speeds up your ANUGA system. |
| 37 | |
| 38 | Install matplotlib: |
| 39 | {{{ |
| 40 | execute matplotlib-0.98.5.2.win32-py2.5.exe |
| 41 | }}} |