diff --git a/README.md b/README.md index 443ce02b..9b5c76f2 100644 --- a/README.md +++ b/README.md @@ -270,6 +270,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 ```