How to find pip version installed through terminal

In order to find the version of pip installed on your machine you need to run the following command:

 pip --version

The terminal will return the pip version installed on your machine:

pip 22.2.2 ... from (python 3.10)

Above 22.2.2 is the version of pip installed on the machine.