How to update Python PIP in Windows
- Open the command prompt, Traverse C:\Users\UserFolder\AppData\Local\Programs\Python\Python310
 - Run the command
 - pip install pip, If the PIP does exist already, it shows as below.
 
- Run the command to update the existing version.
 - python.exe -m pip install --upgrade pip