博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Python installation
阅读量:6539 次
发布时间:2019-06-24

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

 

PIP:
Python & OS Support

pip works with CPython versions 2.6, 2.7, 3.2, 3.3, 3.4 and also pypy.

pip works on Unix/Linux, OS X, and Windows.

pip included with Python

Python 2.7.9 and later (on the python2 series), and Python 3.4 and later include pip by default , so you may have pip already.

Install pip

To install pip, securely download . 

Then run the following (which may require administrator access):

python get-pip.py

If  is not already installed, get-pip.py will install  for you. 

To upgrade an existing , run pip install -U setuptools.

Additionally, get-pip.py supports using the  and the . Below are some examples:

Install from local copies of pip and setuptools:

python get-pip.py --no-index --find-links=/local/copies

Install to the user site :

python get-pip.py --user

Install behind a proxy:

python get-pip.py --proxy="[user:passwd@]proxy.server:port"

setuptools安装好后,

(1)cd /d E:\pip-7.1.2
(2)python setup.py install
https://pypi.python.org/pypi/pip

xlrd

xlrd 0.9.4

Library for developers to extract data from Microsoft Excel (tm) spreadsheet files

Extract data from Excel spreadsheets (.xls and .xlsx, versions 2.0 onwards) on any platform. Pure Python (2.6, 2.7, 3.2+). Strong support for Excel dates. Unicode-aware.

(1)cd /d E:\xlrd-0.9.4

(2)python setup.py install

E:\xlrd-0.9.4>python setup.py installrunning installrunning buildrunning build_pycreating buildcreating build\libcreating build\lib\xlrdcopying xlrd\biffh.py -> build\lib\xlrdcopying xlrd\book.py -> build\lib\xlrdcopying xlrd\compdoc.py -> build\lib\xlrdcopying xlrd\formatting.py -> build\lib\xlrdcopying xlrd\formula.py -> build\lib\xlrdcopying xlrd\info.py -> build\lib\xlrdcopying xlrd\licences.py -> build\lib\xlrdcopying xlrd\sheet.py -> build\lib\xlrdcopying xlrd\timemachine.py -> build\lib\xlrdcopying xlrd\xldate.py -> build\lib\xlrdcopying xlrd\xlsx.py -> build\lib\xlrdcopying xlrd\__init__.py -> build\lib\xlrd

https://pypi.python.org/pypi/xlrd

 

 

 

转载于:https://www.cnblogs.com/softidea/p/4930024.html

你可能感兴趣的文章
4196. [NOI2015]软件包管理器【树链剖分】
查看>>
前端快速自动化构建
查看>>
CSSREM插件
查看>>
Flask之WSGI:Werkzeug
查看>>
<转>SQL Server返回最后一个标识值的三个函数:IDENT_CURRENT、@@IDENTITY、SCOPE_IDENTITY...
查看>>
iOS:横向使用iPhone默认的翻页效果
查看>>
单点登录CAS使用记(七):关于服务器超时以及客户端超时的分析
查看>>
Jquery text文本框限制字数或文本框提示字数
查看>>
嵌入式软件单元测试/集成测试工具-WINAMS
查看>>
cocos2d-x CCTextureCache
查看>>
Codeforces 444 C - DZY Loves Colors
查看>>
第一次软件工程作业
查看>>
Chapter 2 C#语句---选择语句
查看>>
centos7.5 下编译安装PHP7.2
查看>>
CF1096E The Top Scorer
查看>>
PNG透明兼容IE6的几种方法(转)
查看>>
Python爬虫(一)
查看>>
Eclipse中tomcat启动时提示java.lang.ClassNotFoundException: XXX class
查看>>
10项可用性结论与指南
查看>>
linux EXT4格式分区扩容
查看>>