摘要: 进入一个目录 进入python scrapy startproject ArticleSplider 进入ArticleSplider目录 scrapy genspider blogs blog.jobbole.com 创建了一个叫做blogs 的蜘蛛 scrapy crewl blogs开始运行爬 阅读全文
posted @ 2017-04-28 15:39 小管的博客 阅读(143) 评论(0) 推荐(0)
摘要: pip install -i https://pypi.douban.com/simple virtualenv pip install -i https://pypi.douban.com/simple virtualenvwrapper 在系统环境中新建 WORKON_HOME 内容为 虚拟环境 阅读全文
posted @ 2017-04-28 11:59 小管的博客 阅读(121) 评论(0) 推荐(0)