windows python安装pip

两种方法

1. 使用ensurepip模块

py -m ensurepip --upgrade

2. 使用get-pip.py

py get-pip.py