python 安装模块xlrd

下载地址:http://pypi.python.org/pypi/xlrd

1.进入cmd命令行窗口,运行

C:\>cd  /d D:\works\python\安装包\xlrd-0.9.4\xlrd-0.9.4

这样进入了安装包的路径

2.安装xlrd,运行

D:\works\python\安装包\xlrd-0.9.4\xlrd-0.9.4>setup.py install

安装成功



转载于:https://my.oschina.net/u/1463748/blog/656091

你可能感兴趣的:(python 安装模块xlrd)