Changes between Version 6 and Version 7 of NumpyInstall
- Timestamp:
- Jun 11, 2009, 1:17:46 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NumpyInstall
v6 v7 23 23 }}} 24 24 25 Of course, if you prefer using the console, you would do:25 Of course, if you prefer using the console, you could do: 26 26 {{{ 27 27 sudo install subversion … … 38 38 }}} 39 39 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 40 Now install ScientificPython 2.9.0: 41 {{{ 42 tar xzf ScientificPython-2.9.0.tar.gz 43 cd ScientificPython-2.9.0 44 python setup.py build --numpy 45 sudo python setup.py install 46 }}} 47 i 48 And finally, install MatPlotLib through Synaptic: 49 {{{ 50 python-matplotlib 51 }}} 46 52 47 install matplotlib: 48 sudo apt-get install python-matplotlib 53 You should already have installed ANUGA to some convenient place. 49 54 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 === 56 62 57 63 to test all of ANUGA: … … 68 74 69 75 70 === Ubuntu 8.10 - 64 bit ===71 72 73 === Windows ===