How to install Openpyxl with pip

前端 未结 8 2045
广开言路
广开言路 2021-02-20 09:38

I have windows 10 (64 bit). I want to utilize the Openpyxl package to start learning how to interact with excel and other spreadsheets.

I installed Python

8条回答
  •  既然无缘
    2021-02-20 10:31

    1. Go to https://pypi.org/project/openpyxl/#files
    2. Download the file and unzip in your pc in the main folder, there's a file call setup.py
    3. Install with this command: python setup.py install

提交回复
热议问题