User Tools

Site Tools


python

How to

How to install python modules in windows (using pandas/xlrd/xlwt/openpyxl as example)

  • Install python for windows
  • Install modules
python -m pip install pandas xlrd xlwt openpyxl

How to reload a module

Troubleshooting

sudo python3 -m pip install jedi==0.17.2
python.txt · Last modified: 2022/11/15 13:16 by 127.0.0.1