1、默认使用 pip install 包名 

如: pip install pyecharts  

2、使用国内地址加快速度  pip install -i 包地址 包名 
    
如: pip install -i https://pypi.python.org/simple/ pyecharts

 国内镜像源

国内镜像源

// 阿里云
http://mirrors.aliyun.com/pypi/simple/
// 清华大学开源软件镜像站
https://pypi.tuna.tsinghua.edu.cn/simple/
// 华为
https://developer.huaweicloud.com/mirror/#/pypi_simple