linux版:
pip install beautifulsoup4
windows版:
下载 beautifulsoup 安装包
下载地址:http://www.cr173.com/soft/109251.html
下载解压后,将文件夹放到 C:/Python27 文件夹中
在cmd中进入beautifulsoup 文件夹,运行命令:
python setup.py build
python setup.py install
然后就可以在python的安装目录下的”C:/Python27/Lib/site-packages”找到bs4的文件夹。
导入BeautifulSoup 用from bs4 import BeautifulSoup