Python 第三方 http 库-Requests 学习
安装 Requests
1.通过pip安装
$ pip
install
requests
2.或者,下载代码后安装:
$ git clone git:
//github
.com
/kennethreitz/requests
.git
$
cd
requests
$ python setup.py
instal
再懒一点,通过IDE安装吧,如pycharm!
原文:http://www.cnblogs.com/chencesc/p/4989565.html
【说明】:本文章由站长整理发布,文章内容不代表本站观点,如文中有侵权行为,请与本站客服联系(QQ:254677821)!