How to install Openpyxl with pip

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

    (optional) Install git for windows (https://git-scm.com/) to get git bash. Git bash is much more similar to Linux terminal than Windows cmd.

    Install Anaconda 3

    https://www.anaconda.com/download/
    

    It should set itself into Windows PATH. Restart your PC. Then pip should work in your cmd

    Then in cmd (or git bash), run command

    pip install openpyxl
    

提交回复
热议问题