目录

python3爬虫基于requestsBeautifulSoup4之环境配置

python3爬虫(基于requests、BeautifulSoup4)之环境配置

python3爬虫(基于requests、BeautifulSoup4)之环境配置

1.环境基础介绍:

操作系统:windows10

所需软件:pycharm(社区、专业版均可)

python版本:个人使用python 3.7.0

2.python爬虫依赖库下载:

打开cmd,输入pip install requests,完成后执行pip install BeautifulSoup4

success之后输入pip list查看安装完成情况

https://i-blog.csdnimg.cn/blog_migrate/4732874ebf10d2a9c5e3a6b924eaaf1a.png

有requests、beautifulsoup4 及相应版本号代表爬虫依赖库安装成功