Changes between Version 5 and Version 6 of NumpyInstall
- Timestamp:
- Jun 11, 2009, 1:14:39 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NumpyInstall
v5 v6 20 20 g++ 21 21 python-psyco 22 python-numpy 22 23 }}} 23 24 … … 28 29 and so on. 29 30 30 install numpy: 31 sudo apt-get install python-numpy 32 33 install NetCDF4: 34 tar xzf netcdf.tar.gz 35 cd netcdf-4.0.1 36 ./configure 37 make check # OK 38 sudo make install 39 cd 31 Next, you need to install NetCDF 4.0.1 from the source package: 32 {{{ 33 tar xzf netcdf.tar.gz 34 cd netcdf-4.0.1 35 ./configure 36 make check 37 sudo make install 38 }}} 40 39 41 40 install ScientificPython using numpy: