by @kodeazy

How to check pip is installed or not in python?

Home » Python » How to check pip is installed or not in python?

In this blog we will check whether pip is installed or not using command prompt.

To check pip is installed or not open comand prompt and execute below command

python -m pip --version

output Pip