python windows install pip code example
Example 1: install pip in python
python get-pip.py
Example 2: how to install modules in python
# In cmd.exe type:
pip install #module_name
python get-pip.py
# In cmd.exe type:
pip install #module_name