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 installhttps://pypi.python.org/pypi/pipxlrd
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 installE:\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