I am trying to install the Selenium module into my scripts folder for windows 10, however it seems that when I run pip
it gives me a connection error
Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x000002546B413DA0>,
'Connection to proxy.com timed out. (connect timeout=15)')':
/simple/selenium/
I have downloaded Selenium from their website, however i am very new to this sort of thing and would like to know what i can do exactly to install this module locally.