Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa2300e commit 42484b2Copy full SHA for 42484b2
1 file changed
mpl1/mtraits.py
@@ -6,9 +6,9 @@
6
7
# get easy_install, if necessary
8
wget http://peak.telecommunity.com/dist/ez_setup.py
9
- sudo python sez_setup.py
+ sudo python ez_setup.py
10
11
- 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"
12
13
svn co https://svn.enthought.com/svn/enthought/branches/enthought.traits_2.0 enthought_traits
14
0 commit comments