Python开发笔记(1)
2016-03-04 本文已影响15人
onefiter
首先选择了BeautifulSoup作为网页解析器,需要安装一些工具来安装Beautiful Soup,参考文档Beautiful Soup文档
一、安装pip
-
首先,安装wget
brew install wget
-
其次, 获取pip安装脚本
wget https://bootstrap.pypa.io/get-pip.py
-
最后,开始安装beautifulsoup了
测试beautifulsoup的路径
sudo pip install beautifulsoup4
其中,beautifulsoup.py中的内容为
import bs4
print bs4