Changes between Version 32 and Version 33 of InstallWindowsSvn


Ignore:
Timestamp:
Mar 12, 2015, 3:00:27 PM (10 years ago)
Author:
steve
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallWindowsSvn

    v32 v33  
    99=== Python ===
    1010
    11 We use {{{python}}} as our programming environment together with a number of standard python packages such as {{{numpy, scipy, matplotlib, netcdf4}}}.  One way to install all the required packages is to use a distribution like {{{python_xy}}}.
     11We use {{{python}}} as our programming environment together with a number of standard python packages such as {{{numpy, scipy, matplotlib, netcdf4}}}.  One way to install all the required packages is to use a distribution like {{{python_xy}}}, {{{Anaconda}}} and the related {{{miniconda}}} environments.
    1212
    13 ==== Python xy ====
     13==== Miniconda ====
    1414
    15 So first install [http://code.google.com/p/pythonxy/ python xy]. This will be a large download, maybe 500 MB or more, but will provide a complete installation (well see NetCDF4 note below) of {{{python}}} for our needs . You should first 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.
     15Download the Miniconda installer for {{{win32}}}
    1616
    1717Be sure to choose the win32 {{{python 2.7}}} version. This is the version for which we are developing.