update pip module python windows code example
Example 1: how to update pip python
python -m pip install --upgrade pip
Example 2: linux install pip
apt-get install python-pip #python 2
apt-get install python3-pip #python 3
python -m pip install --upgrade pip
apt-get install python-pip #python 2
apt-get install python3-pip #python 3