最有效 python 镜像源

图片[1]-最有效 python 镜像源-阿宅学院

以 python-telegram-bot

python3 -m pip install  -i https://pypi.python.org/simple python-telegram-bot==13.7 -t .

#官方
python3 -m pip install  -i https://pypi.python.org/simple python-telegram-bot==
#清华大学
python3 -m pip install -i https://pypi.tuna.tsinghua.edu.cn/simple python-telegram-bot==
#腾讯
python3 -m pip install -i http://mirrors.cloud.tencent.com/pypi/simple python-telegram-bot==
#豆瓣
python3 -m pip install -i http://pypi.douban.com/simple python-telegram-bot==
#阿里云
python3 -m pip install  -i http://mirrors.aliyun.com/pypi/simple python-telegram-bot==
#华中理工大学
python3 -m pip install  -i http://pypi.hustunique.com/simple python-telegram-bot==
#山东理工大学
python3 -m pip install  -i http://pypi.sdutlinux.org/simple python-telegram-bot==
#中国科学技术大学
python3 -m pip install  -i http://pypi.mirrors.ustc.edu.cn/simple python-telegram-bot==

不确定上方都可有用

参考文献

Installing Packages — Python Packaging User Guide

    © 版权声明
    THE END
    支持博主,更新加速
    点赞1赞赏 分享
    勋章统计

    评论一下 抢沙发

    请登录后发表评论

      请登录后查看评论内容