BeautifulSoup三大特色:html
下載連接: https://share.weiyun.com/5f6ZawU (密碼:fODC)html5
安裝BeautifulSoup:python
分如下幾步:eclipse
1.解壓BeautifulSoup的安裝包到python的安裝目錄,以下圖工具
2.在cmd中cd到BeautifulSoup的安裝目錄輸入python setup.py install 回車會出現以下圖的加載:google
這個時候就證實安裝成功了,還有最後一步。編碼
3.進入python->Lib->site-packages將bs4文件夾複製到Lib文件夾下spa
將python安裝目錄下的Tools->scripts->2to3.py文件複製到Lib下,這一步同上code
最後在cmd中cd到lib目錄,而後寫入python 2to3.py bs4 -w以下圖便可:xml
在eclipse上就能夠正常的導入BeautifulSoup庫了