pip for windows python 3.8 code example
Example 1: installing pip
python -m pip install --upgrade pip
Example 2: python3.8 install pip
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python3.8 get-pip.py
Example 3: pip python3
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
Example 4: python pip install mac
python -m pip install <package>
#Download Selenium
python -m pip install selenium
Example 5: install pip3 for python 3.7
sudo apt install python3-pip