Changes between Version 3 and Version 4 of ASAPMatplotlibInstall


Ignore:
Timestamp:
05/07/10 09:27:58 (14 years ago)
Author:
Malte Marquarding
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ASAPMatplotlibInstall

    v3 v4  
    11Obtain source code from  http://sourceforge.net/projects/matplotlib/
    22
    3 For ASAP 2.1 you need at version >= 0.87
     3For ASAP 3.0 you should use version >= 0.99
    44
    5 Newer versions of matplotlib require "numpy" version 0.9.8 (Not >= 1.0).
    6 This is available from http://www.numpy.org  Make sure you get version 0.9.8.
     5You also need "numpy" version >= 1.3.
     6This is available from http://www.numpy.org
    77To install numpy
    8 
    98{{{
    109  cd /some/dir
    11   tar zxvf ~/numpy-0.9.8.tar.gz
    12   cd numpy-0.9.8
     10  tar zxvf ~/numpy-x.y.z.tar.gz
     11  cd numpy-x.y.z
    1312  python setup.py build
    1413  sudo python setup.py install
     
    2019 
    2120  cd /some/dir
    22   tar zxvf ~/matplotlib-0.87.4.tar.gz
    23   cd matplotlib-0.87.4
     21  tar zxvf ~/matplotlib-x.y.z.tar.gz
     22  cd matplotlib-z.y.z
    2423
    2524}}}