🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
# 1.2.1 requests的安装 ## 1.相关链接 * 官方文档:[http://www.python-requests.org](http://www.python-requests.org/) * 中文文档:[http://docs.python-requests.org/zh\_CN/latest](http://docs.python-requests.org/zh_CN/latest) ## 2.pip安装 ```text pip install requests ```