pycharm 安装django 超时,设置默认时间

报错信息
pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out.

解决方案

扩大默认超时时间
pip --default-timeout=1000 install -U django