Changes between Version 6 and Version 7 of NumpyInstall


Ignore:
Timestamp:
Jun 11, 2009, 1:17:46 PM (15 years ago)
Author:
rwilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NumpyInstall

    v6 v7  
    2323}}}
    2424
    25 Of course, if you prefer using the console, you would do:
     25Of course, if you prefer using the console, you could do:
    2626{{{
    2727sudo install subversion
     
    3838}}}
    3939
    40 install ScientificPython using numpy:
    41     tar xzf ScientificPython-2.9.0.tar.gz
    42     cd ScientificPython-2.9.0
    43     python setup.py build --numpy
    44     sudo python setup.py install
    45     cd
     40Now install ScientificPython 2.9.0:
     41{{{
     42tar xzf ScientificPython-2.9.0.tar.gz
     43cd ScientificPython-2.9.0
     44python setup.py build --numpy
     45sudo python setup.py install
     46}}}
     47i
     48And finally, install MatPlotLib through Synaptic:
     49{{{
     50python-matplotlib
     51}}}
    4652
    47 install matplotlib:
    48     sudo apt-get install python-matplotlib
     53You should already have installed ANUGA to some convenient place.
    4954
    50 if necessary, get ANUGA source code:
    51     svn co https://datamining.anu.edu.au/svn/ga
    52   or:
    53     cd $HOME/ga
    54     svn up
    55     cd
     55=== Ubuntu 8.10 - 64 bit ===
     56
     57
     58=== Windows ===
     59
     60
     61=== Testing the installation ===
    5662
    5763to test all of ANUGA:
     
    6874
    6975
    70 === Ubuntu 8.10 - 64 bit ===
    71 
    72 
    73 === Windows ===