Changes between Version 18 and Version 19 of InstallWindowsSvn
- Timestamp:
- Mar 20, 2013, 7:26:19 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallWindowsSvn
v18 v19 7 7 We use {{{python}}} as our programming environment together with a number of standard python packages such as {{{numpy, scipy, matplotlib}}}. One of the easiest ways to install all the required packages (except for {{{netcdf}}}) is to use a distribution like {{{python_xy}}}. 8 8 9 So first install [http://code.google.com/p/pythonxy/ python xy]. This will be a large download, maybe 300 MB, but will provide an almost complete installation of {{{python}}} for our needs. You should probably remove any other version of {{{python}}} and {{{mingw}}} that may be on your system. 9 So first install [http://code.google.com/p/pythonxy/ python xy]. This will be a large download, maybe 300 MB, but will provide an almost complete installation of {{{python}}} for our needs. You should probably remove any other version of {{{python}}} and {{{mingw}}} that may be on your system. The {{{python xy}}} package is curently only 32 bits, but this will still work on 64 bit Windows. 10 10 11 11 Be sure to choose the {{{python 2.7}}} version. This is the version for which we are developing. … … 20 20 support in python. 21 21 22 Unfortunately {{{python xy}}} doesn't provide {{{scientific python}}}. A pre-compiled version is available from [http://www.lfd.uci.edu/~gohlke/pythonlibs/#scientificpython scientific python]. Be sure to choose the version matching your version of {{{python}}}.22 Unfortunately {{{python xy}}} doesn't provide {{{scientific python}}}. A pre-compiled version is available from [http://www.lfd.uci.edu/~gohlke/pythonlibs/#scientificpython scientific python]. Be sure to choose the version 32 bit version matching your version of {{{python}}} 23 23 24 24 We also need to make the netcdf files avaialble to some of our {{{C}}} code. See "More NETCDF Setup" for some more setting up of {{{netcdf}}} for {{{anuga}}}.