码迷,mamicode.com
首页 > 编程语言 > 详细

mac/linux 下 selenium 导入python requests包的问题解决

时间:2014-11-28 01:09:16      阅读:317      评论:0      收藏:0      [点我收藏+]

标签:style   http   ar   color   os   使用   sp   strong   on   

一、安装 Requests

通过pip安装

Code example:

1
$ pip     install     requests

或者,下载代码后安装:

Code example:

1
2
3
$ git clone git:     //github     .com     /kennethreitz/requests     .git
$     cd     requests
$ python setup.py     install

以上内容源自http://www.itwhy.org/软件工程/python/python-第三方-http-库-requests-学习.html

二。将requests包导入eclipse中使用(原创)

bubuko.com,布布扣

bubuko.com,布布扣

bubuko.com,布布扣

高端自动化测试交流群310924886

mac/linux 下 selenium 导入python requests包的问题解决

标签:style   http   ar   color   os   使用   sp   strong   on   

原文地址:http://my.oschina.net/u/855532/blog/349667

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!