码迷,mamicode.com
首页 > 编程语言 > 详细

python 上手

时间:2017-05-26 00:49:59      阅读:209      评论:0      收藏:0      [点我收藏+]

标签:模块名   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 [更新模块]"

python 上手

标签:模块名   sts   cmd   python   --   -o   爬虫   pytho   request   

原文地址:http://www.cnblogs.com/gig886/p/6906495.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!