diff --git a/README.md b/README.md index ea3051c0..36619590 100644 --- a/README.md +++ b/README.md @@ -264,6 +264,7 @@ https://www.python.org/downloads/ > Make sure your Python install includes [pip](https://pypi.org/project/pip/)

Install Selenium

+ ```bash python3 -m pip install --upgrade pip && pip install selenium==4.1.0 requests==2.25.1 ```