Setting up virtualenv

apt-get install gcc
apt-get install libpq-dev
apt-get install python-dev
apt-get install libxml2-dev
apt-get install libxslt1-dev

curl -O https://raw.github.com/pypa/virtualenv/master/virtualenv.py
python virtualenv.py --no-site-packages vfilm
. vfilm/bin/activate
pip install django
pip install pytz
pip install feedparser
pip install BeautifulSoup
pip install django-celery
pip install psycopg2
pip install PIL
pip install south
pip install python-openid
pip install mechanize
pip install apnswrapper

pip install formencode # for pyimdb
pip install imdbpy
# imdbpy instalation fails on something, but works afterwards :)

pip install python-memcached
pip install flup # required only by fastcgi

pip install python_twitter
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.