Changes between Version 35 and Version 36 of InstallWindowsSvn
- Timestamp:
- Mar 14, 2015, 8:13:22 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallWindowsSvn
v35 v36 22 22 ==== Build environment and Load dependencies ==== 23 23 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 27 We install all the packages via 25 28 {{{ 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 29 conda install python=2.7 pip nose numpy scipy netcdf4 matplotlib gdal geos 33 30 }}} 34 31 … … 39 36 We suggest that you download and install the version of [http://www.mingw.org/ MinGW] provided by [http://tdm-gcc.tdragon.net/ TDM-GCC]. 40 37 Don'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 38 the installation. 44 39 45 40 ==== Manual install ====