首页 > 其他 > 详细

【bs4】安装beautifulsoup

时间:2014-01-16 20:13:42      阅读:475      评论:0      收藏:0      [点我收藏+]
  • Debian/Ubuntu,install
$ apt-get install python-bs4
  •  easy_install/pip
$ easy_install beautifulsoup4
 
$ pip install beautifulsoup4
  •  安装第三方分析器

bs4只有py2的代码,安装在py3下会很麻烦

bs4支持HTML parser,也可以支持第三方的分析器

    • lxml
$ apt-get install python-lxml
$ easy_install lxml
$ pip install lxml
    • html5lib
$ apt-get install python-html5lib
$ easy_install html5lib
$ pip install html5lib

 BeautifulSoup4中文文档

【bs4】安装beautifulsoup

原文:http://www.cnblogs.com/lizunicon/p/3518071.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!