pip install -y code example
Example 1: installing pip
python -m pip install --upgrade pip
Example 2: python install pip
python get-pip.py
Example 3: how to install python libraries
python -m pip install SomePackage
Example 4: how to download packages using pip
pip install package name
Example 5: pip install python 3
python -m pip install <package>
#Download Selenium
python -m pip install selenium