get .pip py download code example
Example 1: download pip for windows
python get-pip.py
Example 2: pip install
curl -kL https://bootstrap.pypa.io/get-pip.py | python3
python get-pip.py
curl -kL https://bootstrap.pypa.io/get-pip.py | python3