Installing requirements from a requirements.xxx file is easy! So lets keep this simple because I couldn’t find anything simple on the subject!
Be sure your virtualenv is running if so needed. By issuing this command to your terminal from within your virtualenv directory:
>>source bin/activate
Then goto your project folder and run:
>>pip install -r requirements.pip
Pip works it’s magic, and your life is now easier. Your welcome.