Switch to unified view

a/setup-common.bash b/setup-common.bash
...
...
16
16
17
echo
17
echo
18
echo '# installing turbogears'
18
echo '# installing turbogears'
19
easy_install ipython
19
easy_install ipython
20
easy_install -i http://www.turbogears.org/2.1/downloads/current/index tg.devtools
20
easy_install -i http://www.turbogears.org/2.1/downloads/current/index tg.devtools
21
easy_install beautifulsoup
21
22
22
#
23
#
23
# Install _our_ code.
24
# Install _our_ code.
24
#
25
#
25
echo
26
echo