Python爬虫教程1搭建环境

安装requests与BeautifulSoup4

搭建Python爬虫环境,需要安装下面2个软件包:

requests用于执行HTTP请求

BeautifulSoup4分析HTML页面

可以使用pip安装这些依赖项:

pipinstallrequestsBeautifulSoup4

复制

安装输出

Kevin

QIKEGUC:\Users\KevinpipinstallrequestsBeautifulSoup4CollectingrequestsDownloading


转载请注明:http://www.aierlanlan.com/tzrz/4095.html

  • 上一篇文章:
  •   
  • 下一篇文章: 没有了