I don’t think you really need to download the file from pypi, because you have the following simple option:
$ pip install xlrd
So simple! You can install it using pip, easy_install, virtualenv, or even install the module manually.
The method of downloading the file (s) and installation is called manual installation.
You can do this after you have unzipped the folder, and then go to the cd folder and follow these steps:
$ python setup.py install
Anivarth
source share