I tried installing the requirements from the requirements.txt fail but ran into some errors as follows:
(my_env)root@zutzoot:~# pip install -r requirements.txt
Downloading dbfpy-2.2.5.tar.gz
Downloading/unpacking BeautifulSoup==3.2.0 (from -r requirements.txt (line 2))
Running setup.py egg_info for package BeautifulSoup
Downloading/unpacking Django==1.3.4 (from -r requirements.txt (line 3))
Running setup.py egg_info for package Django
Downloading/unpacking PIL==1.1.7 (from -r requirements.txt (line 4))
Running setup.py egg_info for package PIL
WARNING: '' not a valid package name; please use only.-separated package names in setup.py
Downloading/unpacking South==0.7.5 (from -r requirements.txt (line 5))
Running setup.py egg_info for package South
Downloading/unpacking Unidecode==0.04.9 (from -r requirements.txt (line 6))
Running setup.py egg_info for package Unidecode
Downloading/unpacking django-badges==0.1.6 (from -r requirements.txt (line 7))
Running setup.py egg_info for package django-badges
Downloading/unpacking django-debug-toolbar==0.9.1 (from -r requirements.txt (line 8))
Running setup.py egg_info for package django-debug-toolbar
Downloading/unpacking django-extensions==0.7.1 (from -r requirements.txt (line 9))
Running setup.py egg_info for package django-extensions
Downloading/unpacking django-pagination==1.0.7 (from -r requirements.txt (line 10))
Running setup.py egg_info for package django-pagination
Downloading/unpacking django-profiles==0.2 (from -r requirements.txt (line 11))
Running setup.py egg_info for package django-profiles
Downloading/unpacking django-shapes==0.2.0 (from -r requirements.txt (line 12))
Running setup.py egg_info for package django-shapes
Downloading/unpacking django-sorting==0.1 (from -r requirements.txt (line 13))
Running setup.py egg_info for package django-sorting
Downloading/unpacking django-tagging==0.3.1 (from -r requirements.txt (line 14))
Running setup.py egg_info for package django-tagging
Downloading/unpacking django-threadedcomments (from -r requirements.txt (line 15))
Running setup.py egg_info for package django-threadedcomments
Downloading/unpacking django-pipeline==1.1.27 (from -r requirements.txt (line 16))
Running setup.py egg_info for package django-pipeline
Downloading/unpacking feedparser==5.1 (from -r requirements.txt (line 17))
Running setup.py egg_info for package feedparser
Downloading/unpacking geopy==0.94.1 (from -r requirements.txt (line 18))
Running setup.py egg_info for package geopy
Downloading/unpacking gunicorn==0.14.3 (from -r requirements.txt (line 19))
Running setup.py egg_info for package gunicorn
Downloading/unpacking psycopg2==2.4.1 (from -r requirements.txt (line 20))
Running setup.py egg_info for package psycopg2
Error: pg_config executable not found.
Please add the directory containing pg_config to the PATH
or specify the full executable path with the option:
python setup.py build_ext --pg-config /path/to/pg_config build ...
or with the pg_config option in 'setup.cfg'.
Complete output from command python setup.py egg_info:
running egg_info
writing pip-egg-info/psycopg2.egg-info/PKG-INFO
writing top-level names to pip-egg-info/psycopg2.egg-info/top_level.txt
writing dependency_links to pip-egg-info/psycopg2.egg-info/dependency_links.txt
warning: manifest_maker: standard file '-c' not found
Error: pg_config executable not found.
Please add the directory containing pg_config to the PATH
or specify the full executable path with the option:
python setup.py build_ext --pg-config /path/to/pg_config build ...
or with the pg_config option in 'setup.cfg'.
----------------------------------------
Command python setup.py egg_info failed with error code 1 in /root/my_env/build/psycopg2
*******
Any ideas?