Changes between Version 3 and Version 4 of NumpyUbuntuTest


Ignore:
Timestamp:
Jun 19, 2009, 3:44:23 PM (15 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NumpyUbuntuTest

    v3 v4  
    44elsewhere, but to be brief, you can either download the latest '''numpy''' release package and unpack
    55it into the installed python '''site-packages''' directory ({{{/usr/lib/python2.5/site-packages?}}}),
    6 or you can get the numpy source tree through subversion.
     6or you can get the numpy source tree through subversion.  Follow the test and validation procedures in
     7the current installation guide if you get the release package.
    78
    89If you get the numpy ANUGA system through subversion, you will probably download the {{{branches/numpy}}}
     
    1213cd ~/ANUGA
    1314svn co https://datamining.anu.edu.au/svn/ga/branches/numpy
    14 svn co https://datamining.anu.edu.au/svn/ga/branches/numpy_anuga_validation  # need to validate ANUGA
     15svn co https://datamining.anu.edu.au/svn/ga/branches/numpy_anuga_validation  # needed to validate ANUGA
    1516export PYTHONPATH=~/ANUGA/numpy
    1617}}}