Changes between Version 17 and Version 18 of InstallWindowsSvn
- Timestamp:
- Mar 19, 2013, 11:26:35 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallWindowsSvn
v17 v18 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. 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. 10 10 11 11 Be sure to choose the {{{python 2.7}}} version. This is the version for which we are developing. 12 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 {{{python xy}}} and 32 bit. 12 14 13 15