最近需要安裝一些庫,但安裝速度很慢且很容易斷開,這里記錄一下pip安裝庫的時候使用清華鏡像。
清華鏡像地址
https://pypi.tuna.tsinghua.edu.cn/simple
使用
假設要安裝vedo
庫,則在原來安裝語句上添加-i
和鏡像地址即可。
pip install vedo -i https://pypi.tuna.tsinghua.edu.cn/simple
其他源
阿里雲 http://mirrors.aliyun.com/pypi/simple/
豆瓣(douban) http://pypi.douban.com/simple/
清華大學 https://pypi.tuna.tsinghua.edu.cn/simple/
中國科學技術大學 http://pypi.mirrors.ustc.edu.cn/simple/