http://blog.csdn.net/zxy987872674/article/details/52317674
ubuntu:
直接输入命令:sudo pip install beautifulsoup4
等待安装完成,进入python
beautifulsoup4 模块名为bs4
输入命令:import bs4,检测是否安装成功
在python代码中引入BeautifulSoup
from bs4 import BeautifulSoup
http://blog.csdn.net/zxy987872674/article/details/52317674
ubuntu:
直接输入命令:sudo pip install beautifulsoup4
等待安装完成,进入python
beautifulsoup4 模块名为bs4
输入命令:import bs4,检测是否安装成功
在python代码中引入BeautifulSoup
from bs4 import BeautifulSoup