From 2e30c2e735e0e53ef880c2f705bd28603b507e79 Mon Sep 17 00:00:00 2001 From: Jarno Reynaert Date: Sun, 3 Jul 2022 02:27:25 +0200 Subject: [PATCH] Script uses removeprefix() which was only added in python 3.9 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bffbc8c..d863e7f 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ The only original thing being done is the editing and gathering of all materials ## Requirements -- Python 3.7+ +- Python 3.9+ - Playwright (this should install automatically in installation) ## Installation 👩‍💻