mac/linux 下 selenium 導入python requests包的問題解決

1、安裝 Requests

經過pip安裝html

Code example:python

1
$ pip             install             requests

或者,下載代碼後安裝:git

Code example:github

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 eclipse

二。將requests包導入eclipse中使用(原創)學習

相關文章
相關標籤/搜索