pip 在windows下的更新升级

1. pip 在 PyCharm 无法自动更新

2.   https://pip.pypa.io/en/latest/installing.html

官方网页要求在 cmd中输入以下命令进行 pip的 更新:

python -m pip install -U pip
原文地址:https://www.cnblogs.com/snowbook/p/5702968.html