赞
踩
python在安装各种库的时候为了下载速度快,经常使用镜像源,下面是使用清华镜像源案例。其中的 xxx 表示要安装的库,如 requests。
pip install xxx -i https://pypi.tuna.tsinghua.edu.cn/simple
安装requests案例:pip install requests -i https://pypi.tuna.tsinghua.edu.cn/simple
Python 镜像源:
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。