python install third-party libraries slow solution

Ali cloud using domestic mirrored https://mirrors.aliyun.com/pypi/simple/

Command

pip install -i https://mirrors.aliyun.com/pypi/simple/+' '+第三方库名称

If python3 environment, you can also use pip3, pay attention to third-party libraries in a space in front of the name

Published 143 original articles · won praise 78 · views 40000 +

Guess you like

Origin blog.csdn.net/KK_2018/article/details/104144649