File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,7 +29,15 @@ To check out the trunk with the latest transforms changes:
2929 > svn co https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/trunk/matplotlib
3030
3131If you already have a working copy of the trunk, your next "svn up" will
32- include the latest transforms changes.
32+ include the latest transforms changes.
33+
34+ Before installing, make sure you completely remove the old matplotlib
35+ build and install directories, eg:
36+
37+ > cd matplotlib
38+ > sudo rm -rf build
39+ > sudo rm -rf /usr/local/lib/python2.5/site-packages/matplotlib
40+ > sudo python setup.py install
3341
3442Using the old svn code
3543======================
Original file line number Diff line number Diff line change 5555"""
5656from __future__ import generators
5757
58- __version__ = '0.91.2svn '
58+ __version__ = '0.98pre '
5959__revision__ = '$Revision$'
6060__date__ = '$Date$'
6161
You can’t perform that action at this time.
0 commit comments