Changes between Version 5 and Version 6 of InstallWindowsSvn
- Timestamp:
- Jan 29, 2013, 5:18:27 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallWindowsSvn
v5 v6 3 3 == Packages to install == 4 4 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 === 6 6 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. 7 We 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 9 So 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. 8 10 9 11 … … 24 26 25 27 First 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 28 repository using subversion. I suggest installing [http://tortoisesvn.net/ tortoise svn] and then checking out the following svn repository. 29 When 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. 27 30 28 31 {{{ … … 48 51 to your {{{PYTHONPATH}}} 49 52 50 Environment variables are accessed via {{{control panel -> advanced system settings -> Environment Variables}}} a bnd then add a new Environment variable {{{PYTHONPATH}}} with value {{{C:\Users\Steve\anuga_core\source}}} (or what ever is appropriate for your installation)53 Environment 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) 51 54 52 55 … … 74 77 == Updating == 75 78 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" updateto update the code.79 From 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. 77 80 78 81 Then again from the {{{anuga_core}}} directory recompile the code and check the unit tests via