标签:模块名 sts cmd python -- -o 爬虫 pytho request
1.安装模块
cmd---“pip install [模块名]”
2.爬虫常用模块
requests
beautifulsoup4
3.检查已安装的模块
cmd ---"pip list"
安装模块 "pip install [模块]"
现实过期模块 "pip list --outdated"
更新指定模块 "pip install --upgrade [更新模块]"
标签:模块名 sts cmd python -- -o 爬虫 pytho request
原文地址:http://www.cnblogs.com/gig886/p/6906495.html