网络爬虫系列视频:
https://edu.csdn.net/course/detail/28645
【四二学堂】BeautifulSoup库的安装
BeautifulSoup库的安装
一、命令提示符安装
这里利用“命令提示符”窗口中运行安装命令,具体如下 :
pip3 install beautifulsoup4

【四二学堂】BeautifulSoup库的安装

注意,用pip命令会报错:
【四二学堂】BeautifulSoup库的安装

二、创建BeautifulSoup对象
from bs4 import BeautifulSoup #导入其对应的bs4库

相关文章:

  • 2021-05-23
  • 2021-05-22
  • 2021-09-28
  • 2022-12-23
  • 2021-12-22
  • 2021-06-23
猜你喜欢
  • 2021-05-30
  • 2021-08-27
  • 2021-06-28
  • 2021-07-26
  • 2021-05-17
  • 2021-07-23
  • 2021-07-29
相关资源
相似解决方案