I have installed Python at C:\Users\xxxx\AppData\Local\Programs\Python\Python37-32 location and the version is Python 3.7.3. 
To install pip, I downloaded pip-19.1.1-py2.py3-none-any.whl (1.4 MB) from pypi.org website and placed it in C:\Users\xxxx\AppData\Local\Programs\Python\Python37-32. In the command prompt I entered 
cd C:\Users\xxxx\AppData\Local\Programs\Python\Python37-32 
python pip-19.1.1-py2.py3-none-any.whl
I am getting an error as below: can't find '__main__' module in 'pip-19.1.1-py2.py3-none-any.whl'
any help on how this error can be resolved?
TIA!
 
     
     
    