Skip to main content

Posts

Showing posts from July, 2021

How to install PIP on Windows easily.

How to install PIP on your Windows PC easily. It is really easy to install pip on your Windows computer. If you have an Ubuntu, then follow this video  :    Now follow these easy steps.... DOWNLOAD GET-PIP.PY Go to  https://bootstrap.pypa.io/get-pip.py  . Right click and select   Save as Then the script will be downloaded. RUN THE GET-PIP.PY  All you have to do is to run the script you downloaded. To do that you have to install Python on your computer and if you have not installed python on your computer please install Python First. To Install Python on your computer, please go to  https://www.python.org/downloads / and download the appropriate setup file and run it on your computer. The open command prompt and navigate to directory which contains the cript you downloaded and run the following command.                  python get-pip.py That's all and make sure you have a better internet connection. Hope you learned something interesting.