L6:爬虫常用库的安装

Windows

urllib re ——内置
requests、selenium、lxml、beautifulsoup4、pyquery、pymysql、pymongo、redis、flask、diango、jupyter —— pip安装
chromedriver、phantomjs —— 官网下载

Linux 和 Mac

pip install requests selenium balabala……

你可能感兴趣的:(L6:爬虫常用库的安装)