What\'s the best way to download a python package and it\'s dependencies from pypi for offline installation on another machine? Is there any easy way to do this with pip or
For Pip 8.1.2 you can use pip download -r requ.txt to download packages to your local machine.
pip download -r requ.txt