临时使用清华源镜像
pip install pydot==0.1.2 -i https://pypi.tuna.tsinghua.edu.cn/simple --trusted-host pypi.tuna.tsinghua.edu.cn
永久配置清华源镜像
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
微信扫一扫
临时使用清华源镜像
pip install pydot==0.1.2 -i https://pypi.tuna.tsinghua.edu.cn/simple --trusted-host pypi.tuna.tsinghua.edu.cn
永久配置清华源镜像
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
相关推荐