Changes between Initial Version and Version 1 of NumpyWindows32Install


Ignore:
Timestamp:
Jun 11, 2009, 2:38:52 PM (16 years ago)
Author:
rwilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NumpyWindows32Install

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