Changes between Version 35 and Version 36 of InstallWindowsSvn


Ignore:
Timestamp:
Mar 14, 2015, 8:13:22 PM (10 years ago)
Author:
steve
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallWindowsSvn

    v35 v36  
    2222==== Build environment and Load dependencies ====
    2323
    24 First we need to create a specific python environment (called {{{anuga_env}}} and then activate the environment via
     24{{{conda}}} is now installed, but we do need to install a number of other packages, via the {{{conda install}}} command.
     25
     26
     27We install all the packages via
    2528{{{
    26 conda create -n anuga_env python=2.7
    27 activate anuga_env
    28 }}}
    29 
    30 Now in install all the packages
    31 {{{
    32 conda install pip nose numpy scipy netcdf4 matplotlib gdal geos
     29conda install python=2.7 pip nose numpy scipy netcdf4 matplotlib gdal geos
    3330}}}
    3431
     
    3936We suggest that you download and install the version of [http://www.mingw.org/ MinGW] provided by [http://tdm-gcc.tdragon.net/ TDM-GCC].
    4037Don't forget to mark the ``openmp`` and ``gfortran`` options in the "Choose Components" part of
    41 the installation. See this `excellent documentation for Windows users`_
    42 (they even have screenshots!).
    43 
     38the installation.
    4439
    4540==== Manual install ====