[notice] A new release of pip available: 22.3 -> 23.1.2 [notice] To update, run: python.exe -m pip install --upgrade pip
时间: 2023-10-17 20:14:33 浏览: 154
get-pip.py文件
Thank you for letting me know. This is a notification that a new version of pip, a package installer for Python, is available. The upgrade command to update to the latest version is:
```
python.exe -m pip install --upgrade pip
```
You can run this command in your terminal or command prompt to upgrade pip to version 23.1.2.
阅读全文