How do I install pip update?
Windows
- Download the get-pip.py file and store it in the same directory as python is installed.
- Change the current path of the directory in the command line to the path of the directory where the above file exists.
- Run the command given below: python get-pip.py. …
- Voila! pip is now installed on your system.
Mar 23, 2563 BE