how to install pip on windows from cmd code example
Example 1: installing pip
python -m pip install --upgrade pip
Example 2: download pip for windows
python get-pip.py
python -m pip install --upgrade pip
python get-pip.py