以python-telegram-bot
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
| 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