Changes between Version 15 and Version 16 of InstallWindowsSvn
- Timestamp:
- Feb 17, 2013, 6:55:56 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallWindowsSvn
v15 v16 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. Choose the {{{python 2.7}}} version. 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. 10 11 Be sure to choose the {{{python 2.7}}} version. This is the version for which we are developing. 12 10 13 11 14