Changes between Version 22 and Version 23 of InstallWindowsSvn
- Timestamp:
- Apr 5, 2013, 5:32:46 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallWindowsSvn
v22 v23 5 5 === Python === 6 6 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}}}.7 We 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}}}. 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. The {{{python xy}}} package is curently only 32 bits, but this will still work on 64 bit Windows.9 So 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. 10 10 11 11 Be sure to choose the win32 {{{python 2.7}}} version. This is the version for which we are developing. 12 12 13 A t 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. Therea 64 bit python distribution package from Enthought, but is free only to academic users. So at present we recommend win32 {{{python xy}}}.13 As 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}}}. 14 14 15 15 16 16 == Installing anuga == 17 17 18 Now we should have installed all the packages necessary to run anuga.19 18 So now to actually installing anuga. 20 19