how to do pip install code example
Example 1: installing pip
python -m pip install --upgrade pip
Example 2: pip install
python get-pip.py
Example 3: using pip windows cmd
python -m pip install <package>
python -m pip install --upgrade pip
python get-pip.py
python -m pip install <package>