关于python的pip命令更新

我们使用pip命令为python安装模块“python -m pip install **”时,系统提醒需要更新pip版本,使用以下指令即可:

python -m pip install --upgrade pip

你可能感兴趣的:(python,pip)