From abf30244e17fd4d1a0523cf8ff3eb2dcc15e6ded Mon Sep 17 00:00:00 2001 From: IronBlood Date: Fri, 5 Apr 2024 22:44:36 +0800 Subject: [PATCH] docs(README): :bug: fix the code block rendering in the section of Install Selenium --- README.md | 1 + 1 file changed, 1 insertion(+) 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 ```