I cannot install selenium. I have python 3.7 and window 10.
These are some of the things i have tried and the outcome:
C:\Users\dani>pip install selenium 'pip' is not recognized as an internal or external command, operable program or batch file.
C:\Users\dani>sudo pip install selenium 'sudo' is not recognized as an internal or external command, operable program or batch file.
C:\Users\dani>pip3 install selenium 'pip3' is not recognized as an internal or external command, operable program or batch file.
C:\Users\dani>conda install selenium 'conda' is not recognized as an internal or external command, operable program or batch file.
C:\Users\dani>pip install -U selenium 'pip' is not recognized as an internal or external command, operable program or batch file.