python -m pip install --upgrade pip太慢
輸入:
python -m pip install --upgrade pip -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
其他下載鏈接:
豆瓣(douban) http://pypi.douban.com/simple/ 阿里雲 http://mirrors.aliyun.com/pypi/simple/ 中國科技大學 https://pypi.mirrors.ustc.edu.cn/simple/ 清華大學 https://pypi.tuna.tsinghua.edu.cn/simple/ 中國科學技術大學 http://pypi.mirrors.ustc.edu.cn/simple/
anaconda 環境中pip install 第三方庫下載較慢;
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pandas