From ed4e760784a59fe12cbc001cb74ebc140f73f284 Mon Sep 17 00:00:00 2001 From: Benjamin van der Burgh Date: Mon, 7 Dec 2020 16:05:00 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44297da..011d827 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ If you're on macOS and you have Homebrew installed, you can install ChromeDriver You can download ChromeDriver from the official [download page](http://chromedriver.chromium.org/downloads). ### Python -The scripts are written for **Python 3**=. To install the Python dependencies, run: +The scripts are written for **Python 3**. To install the Python dependencies, run: pip3 install -r ./requirements.txt