小小鹏 发表于 2020-8-25 15:24:09

安装BeautifulSoup4

请问如何安装BeautifulSoup4(BS4)?

xiaosi4081 发表于 2020-8-25 15:25:11

本帖最后由 xiaosi4081 于 2020-8-25 15:26 编辑

python -m pip install bs4 -i https://pypi.tuna.tsinghua.edu.cn/simple

1q23w31 发表于 2020-8-25 15:25:16

cmd里输入pip install beautifulsoup4 -i https://pypi.tuna.tsinghua.edu.cn/simple

Twilight6 发表于 2020-8-25 15:26:16



python -m pip install BeautifulSoup4 -i https://pypi.tuna.tsinghua.edu.cn/simple

疾风怪盗 发表于 2020-8-25 15:29:30

在终端cmd中输入
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple bs4
会自动安装bs4,beautifulsoup4,soupsieve

用的时候是from bs4 import BeatuifulSoup

小小鹏 发表于 2020-8-25 15:32:14

Twilight6 发表于 2020-8-25 15:26


谢谢安装好了
页: [1]
查看完整版本: 安装BeautifulSoup4