安装 BeautifulSoup

58.1 安装 BeautifulSoup

BeautifulSoup 是常用的 HTML/XML 解析库,配合 requests 做爬虫很方便。

安装:pip install beautifulsoup4,通常还需 lxml 或 html.parser。

安装命令

pip install beautifulsoup4 lxml
# 国内镜像:
pip install beautifulsoup4 -i https://pypi.tuna.tsinghua.edu.cn/simple