README.mdPython Bundler Simplifies virtualenv and pip usage. Aims to be compatible with all existing projects already carrying a "requirements.txt" in their source. Inspired by http://gembundler.com/ Howto easy_install pbundler cd into your project path Run pbundle. It will install your project's dependencies into a fresh virtualenv. To run commands with the activated virtualenv: pbundle run bash