Changes between Version 44 and Version 45 of InstallWindowsSvn


Ignore:
Timestamp:
Mar 28, 2015, 2:17:28 PM (10 years ago)
Author:
steve
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallWindowsSvn

    v44 v45  
    88== Python ==
    99
    10 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}}}, {{{Anaconda}}} and the related {{{miniconda}}} environments. Also itshould be possible to download the appropriate pre-compiled packages from [http://www.lfd.uci.edu/~gohlke/pythonlibs]. I suggest {{{miniconda}}} as it allows you to only install the packages that are needed (so is a bit quicker).
     10We 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. Also it should be possible to download the appropriate pre-compiled packages from [http://www.lfd.uci.edu/~gohlke/pythonlibs].
     11
     12I suggest {{{miniconda}}} as it allows you to only install the packages that are needed (so is a bit quicker).
    1113
    1214=== Miniconda ===