python安装第三方镜像源

pip install 库名 -i 镜像源地址

pip install pymysql -i https://pypi.tuna.tsinghua.edu.cn/simple

镜像源地址

相关推荐