Changes between Version 32 and Version 33 of InstallWindowsSvn
- Timestamp:
- Mar 12, 2015, 3:00:27 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallWindowsSvn
v32 v33 9 9 === Python === 10 10 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}}} .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}}}, {{{Anaconda}}} and the related {{{miniconda}}} environments. 12 12 13 ==== Python xy====13 ==== Miniconda ==== 14 14 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.15 Download the Miniconda installer for {{{win32}}} 16 16 17 17 Be sure to choose the win32 {{{python 2.7}}} version. This is the version for which we are developing.