Changes between Version 5 and Version 6 of InstallWindowsSvn


Ignore:
Timestamp:
Jan 29, 2013, 5:18:27 PM (12 years ago)
Author:
steve
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallWindowsSvn

    v5 v6  
    33== Packages to install ==
    44
    5 Install python (and associated packages). We use {{{python}}} as our programming environment and a number of standard python packages such as {{{numpy, scipy, matplotlib}}}.  One of the easiest ways to install all the required (except for {{{netcdf}}} is to use the {{{python_xy}}} distribution.
     5=== Python ===
    66
    7 So first install [http://code.google.com/p/pythonxy/ python xy] This will be a large download, but will provide an almost complete installation of {{{python}}} for our needs. Choose the {{{python 2.7}}} version.
     7We use {{{python}}} as our programming environment together with a number of standard python packages such as {{{numpy, scipy, matplotlib}}}.  One of the easiest ways to install all the required packages (except for {{{netcdf}}}) is to use a distribution like {{{python_xy}}}.
     8
     9So first install [http://code.google.com/p/pythonxy/ python xy]. This will be a large download, maybe 300 MB,  but will provide an almost complete installation of {{{python}}} for our needs. Choose the {{{python 2.7}}} version.
    810
    911
     
    2426
    2527First we need to get the actual anuga source code. We do this by checking out the anuga
    26 repository using subversion. I suggest installing [http://tortoisesvn.net/ tortoise svn] and then checkout the following svn repository
     28repository using subversion. I suggest installing [http://tortoisesvn.net/ tortoise svn] and then checking out the following svn repository.
     29When you installed {{{tortoise svn}}} creates a few extra menu items to your right click menu in the file manager. Just choose "tortoise" checkout to download the code.
    2730
    2831{{{
     
    4851to your {{{PYTHONPATH}}}
    4952
    50 Environment variables are accessed via {{{control panel -> advanced system settings -> Environment Variables}}} abnd then add a new Environment variable {{{PYTHONPATH}}} with value {{{C:\Users\Steve\anuga_core\source}}} (or what ever is appropriate for your installation)
     53Environment variables are accessed via {{{control panel -> advanced system settings -> Environment Variables}}} and then add a new Environment variable {{{PYTHONPATH}}} with value {{{C:\Users\Steve\anuga_core\source}}} (or what ever is appropriate for your installation)
    5154
    5255
     
    7477== Updating ==
    7578
    76 From time to time you should update your version of anuga. This is fairly easy. When you installed {{{tortoise svn}}} a few extra menu items are added to your right click menu in the file manager. Just choose "tortoise" update to update the code.
     79From time to time you should update your version of anuga. This is fairly easy. Just choose the directory to "update" and then right click and choose "tortoise update" to update the code.
    7780
    7881Then again from the {{{anuga_core}}} directory recompile the code and check the unit tests via