博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
又找到安装Python第三方模块的好法子
阅读量:7220 次
发布时间:2019-06-29

本文共 1001 字,大约阅读时间需要 3 分钟。

今天surfing the the Internet,百度搜索“window anzhuang scrapy ”,搜出了一篇好博文,下面整理一下:    在这个网站https://www.continuum.io/downloads ,下载软件包Anaconda(Python2.7和Python3.6两个版本的软件包),    what is anaconda?

With over 4.5 million users, Anaconda is the world’s most popular Python data science platform. Anaconda, Inc. continues to lead open source projects like Anaconda, NumPy and SciPy that form the foundation of modern data science. Anaconda’s flagship product, Anaconda Enterprise, allows organizations to secure, govern, scale and extend Anaconda to deliver actionable insights that drive businesses and industries forward.

next step is installing it. 
installing what you want. 
进入cmd,run "conda install scrapy"
几乎是一键安装了scrapy的所有依赖包。接下来是enjoy what convenience anaconda bring you, 
win 键后conda.exe找到conda.exe所在的路径,找到 所在的目录后,就到其上一级目录C:\ProgramData\Anaconda3,C:\ProgramData\Anaconda3目录Python.exe, 在 命令行type C:\ProgramData\Anaconda3\python.exe,就进入Python3.6 的交互式界面。

本文转自 运维天空 51CTO博客,原文链接:http://blog.51cto.com/jason83/2045704

转载地址:http://jzaym.baihongyu.com/

你可能感兴趣的文章
设计翻牌抽奖
查看>>
函数计算 Python 连接 SQL Server 小结
查看>>
视频、游戏等大文件高并发下的优化方法
查看>>
Spring Cloud Stream如何处理消息重复消费?
查看>>
dubbo源码解析(十六)远程通信——Netty3
查看>>
将Chrome调试器里的JavaScript变量保存成本地JSON文件
查看>>
一篇文章读懂 React & redux 前端开发
查看>>
NLP入门(二)探究TF-IDF的原理
查看>>
Cisco思科网络插件Contiv (三) Plugin 实现原理
查看>>
iOS 解耦和组件化开发新姿势—— FFRouter
查看>>
Easeljs之DisplayObject阅读
查看>>
ElasticSearch6.4.0集群搭建
查看>>
javascript - 严格模式
查看>>
Python 爬虫利器 Selenium
查看>>
Typescript 基础(一)之类型
查看>>
【JavaScript】核心语法之对象
查看>>
使用Docker快速建立一个Kafka实例
查看>>
使用 Jenkins 自动部署 Docker 服务(一、Jenkins 搭建篇)
查看>>
读《算法图解》— 对算法的一些基本理解
查看>>
智能数据引擎Dataphin重磅发布,提供一站式的技术管理能力
查看>>