使用pip install
时,默认的源速度太慢,经过测试中科大和清华的源速度比较快,源地址如下:
https://pypi.mirrors.ustc.edu.cn/simple/
https://pypi.tuna.tsinghua.edu.cn/simple/
使用方法为pip install package -i url
,例如:
pip install superset -i https://pypi.tuna.tsinghua.edu.cn/simple/
使用pip install
时,默认的源速度太慢,经过测试中科大和清华的源速度比较快,源地址如下:
https://pypi.mirrors.ustc.edu.cn/simple/
https://pypi.tuna.tsinghua.edu.cn/simple/
使用方法为pip install package -i url
,例如:
pip install superset -i https://pypi.tuna.tsinghua.edu.cn/simple/