python -m ensurepip #创建出pip3.exe
关键还是找到Scripts下的pip3.exe
python -m pip install --upgrade pip #更新pip
pip install openpyxl #安装需要的模块