• If you're using python >2.7.9, you don't need to install PIP. However, if you don't have pip installed and added in windows path, then do so by following. • Download file and put it in some directory/folder. • Open Command Prompt and browse to the directory where you downloaded your requiremenets.txt file and run this command: pip install -r requirements.txt • It should install the required external libraries.