經過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中使用(原創)學習