[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 22:14:33 浏览: 150
pip-20.3.4-py2.py3-none-any.whl
5星 · 资源好评率100%
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.
阅读全文