Buildout#
This is a pastable version of http://wiki.python.org/moin/buildout/pycon2008%20tutorial, including some other Resources and stuff I made up:
# get easy_setup, virtualenv and buildout
cd /tmp
wget http://peak.telecommunity.com/dist/ez_setup.py
sudo python ez_setup.py
sudo easy_install virtualenv
sudo easy_install zc.buildout