I'm using django-lfs that i installed it using buildout. Now i need to install some other packages to my development environment.
My question is: What is the best way to install other packages (not system wide) in this kind of environment.
Say i want to install django-debug-toolbar only on my dev environment, but not in production.
I'm a user of virtualenv and pip
My project structure
myproject/
README.txt
bootstrap.py
develop-eggs/
eggs/
misc/
scripts/
bin/
buildout.cfg
dlcache/
lfs_project/
parts/
setup.cfg