活动一特惠服务器
特惠
薪馨云-Python如何指定国内镜像源安装第三方库
发布时间:6 天前
阅读量:58
pip 临时使用,国内网络以清华镜像源安装 selenium 为例。
例如:pip install -i https://pypi.tuna.tsinghua.edu.cn/simple selenium
注意,simple 不能少, 是 https 而不是 http