A python package installer that will install all required packages from code into the python interpreter it was run in. Useful for releasing unpackaged code.
Simply place all of the python packages you would like installed inside of requirements.txt
When you'd like to install them you can run install_requirements.py or import the module:
import install_requirements