Answers for "pip install selenium python command"

7

install selenium python

# for Windows
pip install selenium

# for Linux/Max
pip3 install selenium
# or
sudo -H pip3 install selenium
Posted by: Guest on November-09-2020
0

pip install selenium using cmd

C:Python39Scriptspip.exe install selenium
Posted by: Guest on January-07-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language