Python 图片爬虫
Python爬虫
本项目依赖Python的BeautifulSoup4第三方库,使用本项目需要先安装BeautifulSoup4。
步骤一安装依赖库:
安装BeautifulSoup4:
1.Debain或Ubuntu可以通过系统软件包管理安装
$sudoapt-getinstallPython-bs4
2.使用easy_install或者pip安装:
$sudoeasy_installbeautifulsoup4或$sudopipinstallbeautifulsoup4
easy_install和pip是Python的发行包管理工具,同样需要先安装才能使用,
下载地址
用户评论