查看pip 版本号
pip --version
升级方法
on linux or os X:
pip install -U pip
on windows:
python -m pip install -U pip