Table of Contents

How to

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

python -m pip install pandas xlrd xlwt openpyxl

How to reload a module

import importlib
importlib.reload(module)

Troubleshooting

sudo python3 -m pip install jedi==0.17.2