Requirements
Links
pip for example Mercurial URLs.
Freeze
To create a new requirements file from a known working environment:
pip freeze > requirements.txt
Install
To install the requirements listed in the file:
pip install -r requirements.txt