$ pip install -U pip wheel setuptools
# easy_install pip
# pip install pip-tools
# apt-get install python-pip
$ pip freeze > requirements.txt $ pip install -r requirements.txt
References :
Cookbook — pip 1.5.2 documentation