how to check pip version on windows 10 code example
Example 1: install pip
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python get-pip.py
Example 2: how to check if pip is installed
File"stdin",line 1
pip list
Syntax Error: invalid syntax
Example 3: pip install python 3
python -m pip install <package>
#Download Selenium
python -m pip install selenium