安装BeautifulSoup4
请问如何安装BeautifulSoup4(BS4)? 本帖最后由 xiaosi4081 于 2020-8-25 15:26 编辑python -m pip install bs4 -i https://pypi.tuna.tsinghua.edu.cn/simple cmd里输入pip install beautifulsoup4 -i https://pypi.tuna.tsinghua.edu.cn/simple
python -m pip install BeautifulSoup4 -i https://pypi.tuna.tsinghua.edu.cn/simple
在终端cmd中输入
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple bs4
会自动安装bs4,beautifulsoup4,soupsieve
用的时候是from bs4 import BeatuifulSoup
Twilight6 发表于 2020-8-25 15:26
谢谢安装好了
页:
[1]