Changes between Version 22 and Version 23 of InstallWindowsSvn


Ignore:
Timestamp:
Apr 5, 2013, 5:32:46 PM (12 years ago)
Author:
steve
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallWindowsSvn

    v22 v23  
    55=== Python ===
    66
    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}}}.
     7We use {{{python}}} as our programming environment together with a number of standard python packages such as {{{numpy, scipy, matplotlib, netcdf4}}}.  One of the easiest ways to install all the required packages is to use a distribution like {{{python_xy}}}.
    88
    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.
     9So first install [http://code.google.com/p/pythonxy/ python xy]. This will be a large download, maybe 300 MB or more,  but will provide a 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 currently only 32 bits, but this will still work on 64 bit Windows.
    1010
    1111Be sure to choose the win32 {{{python 2.7}}} version. This is the version for which we are developing.
    1212
    13 At the moment {{{python xy}}} is only 32 bit, but there seems to be a promise that a 64 bit distribution is not too far away. There a 64 bit python distribution package from Enthought, but is free only to academic users. So at present we recommend win32 {{{python xy}}}.
     13As mentioned, at the moment {{{python xy}}} is only 32 bit, but there seems to be a promise that a 64 bit distribution is not too far away. There is a 64 bit python distribution package from Enthought, but is free only to academic users. So at present we recommend win32 {{{python xy}}}.
    1414
    1515
    1616== Installing anuga ==
    1717
    18 Now we should have installed all the packages necessary to run anuga.
    1918So now to actually installing anuga.
    2019