Home > Article > Backend Development > How to install xlsd in python
First download the python module xlrd, go to the official website to download it (on Baidu) and unzip it after the download is complete. Enter the folder to see the decompressed xlrd file, then enter the cmd command window and find The folder we just unzipped.
The folder I just unzipped is on the desktop, so I first go to the desktop cd Desktop, dir to check what files are on our desktop
Enter the file you just decompressed
Execute python setup.py install to install xlrd
The above is the detailed content of How to install xlsd in python. For more information, please follow other related articles on the PHP Chinese website!