python 2.7.8
os win 10 x64
1、列出包
./pip.exe freeze > requirements.txt
2、根据列出的包,下载
./pip.exe download -d C:\\Package\\whls -r .requirements.txt
3、根据列表与包安装
./pip install --no-index --find-links=C:\\Package\\whls -r requirements.txt
python 2.7.8
os win 10 x64
1、列出包
./pip.exe freeze > requirements.txt
2、根据列出的包,下载
./pip.exe download -d C:\\Package\\whls -r .requirements.txt
3、根据列表与包安装
./pip install --no-index --find-links=C:\\Package\\whls -r requirements.txt