不使用已下载的package pip 安装 & 出现time out error

 pip install XX + --no-cache-dir

安装出现time out error时:

pip --default-timeout=10000 install XX

原文地址:https://www.cnblogs.com/lizhiqing/p/10461360.html