I want to install selenium via a requirements.txt with pip.
So I put selenium==2.53.0 into my requirements.txt.
However, when I do pip install -r requirements.txt it says
Could not find any downloads that satisfy the requirement selenium==2.53.0 >(from -r requirements.txt (line 8))
No distributions at all found for selenium==2.53.0
even though on the website it says that this is the last version.
Any ideas?