Showing posts with label xlrd. Show all posts
Showing posts with label xlrd. Show all posts

Tuesday, July 5, 2016

Install python xlrd package in windows


1. Download the xlrd  .tar.gz package from
https://pypi.python.org/pypi/xlrd


2. Unzip and untar the file and go to the location where the setup.py file is location and run the command to install xlrd package

               python setup.py install