|
a/setup-common.bash |
|
b/setup-common.bash |
|
... |
|
... |
21 |
echo '# installing turbogears'
|
21 |
echo '# installing turbogears'
|
22 |
easy_install ipython
|
22 |
easy_install ipython
|
23 |
easy_install -UZ -i http://www.turbogears.org/2.1/downloads/current/index turbogears2==2.1a3
|
23 |
easy_install -UZ -i http://www.turbogears.org/2.1/downloads/current/index turbogears2==2.1a3
|
24 |
easy_install -UZ -i http://www.turbogears.org/2.1/downloads/current/index tg.devtools==2.1a3
|
24 |
easy_install -UZ -i http://www.turbogears.org/2.1/downloads/current/index tg.devtools==2.1a3
|
25 |
easy_install beautifulsoup
|
25 |
easy_install beautifulsoup
|
|
|
26 |
easy_install mercurial
|
26 |
|
27 |
|
27 |
#
|
28 |
#
|
28 |
# Install _our_ code.
|
29 |
# Install _our_ code.
|
29 |
#
|
30 |
#
|
30 |
# echo
|
31 |
# echo
|