pip for python 3.7 windows 10 code example
Example 1: python install pip
python get-pip.py
Example 2: install pip on windows 10 python 3.9
python -m pip install SomePackage
python get-pip.py
python -m pip install SomePackage