Revision: 3578
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3578&view=rev
Author: dsdale
Date: 2007-07-19 11:40:08 -0700 (Thu, 19 Jul 2007)
Log Message:
-----------
update enthought.traits install instructions for mpl1
Modified Paths:
--------------
trunk/matplotlib/mpl1/mtraits.py
Modified: trunk/matplotlib/mpl1/mtraits.py
===================================================================
--- trunk/matplotlib/mpl1/mtraits.py 2007-07-19 17:23:41 UTC (rev 3577)
+++ trunk/matplotlib/mpl1/mtraits.py 2007-07-19 18:40:08 UTC (rev 3578)
@@ -6,9 +6,9 @@
# get easy_install, if necessary
wget http://peak.telecommunity.com/dist/ez_setup.py
- sudo python sez_setup.py
+ sudo python ez_setup.py
- sudo easy_install -f http://code.enthought.com/enstaller/eggs/source/unstable/ enthought.etsconfig enthought.util enthought.debug
+ sudo easy_install -f http://code.enthought.com/enstaller/eggs/source/unstable/ "enthought.etsconfig <3.0a" "enthought.util <3.0a" "enthought.debug <3.0a"
svn co https://svn.enthought.com/svn/enthought/branches/enthought.traits_2.0 enthought_traits
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|