How to install Openpyxl with pip

前端 未结 8 2050
广开言路
广开言路 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:26

    You need to ensure that C:\Python35\Sripts is in your system path. Follow the top answer instructions here to do that:

    You run the command in windows command prompt, not in the python interpreter that you have open.

    Press:

    Win + R

    Type CMD in the run window which has opened

    Type pip install openpyxl in windows command prompt.

提交回复
热议问题