http://guoqiao.me/post/2015/1212-pip-install-offline-via-wheels
python wheel -r requirements.txt
下载 requirement.txt
中的 wheel
包到项目的 wheelhouse
目录pip install --use-wheel --no-index --find-links=wheelhouse -r requirements.txt
通过wheelhouse
离线安装包