From b75163e796fcf1beab7865afadaa14950cd56aaa Mon Sep 17 00:00:00 2001 From: Glyn Normington Date: Thu, 27 Nov 2025 12:38:12 +0000 Subject: [PATCH] Ensure Python3 is used --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8aa3e3e..305aed2 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ A note about contributing: updates should be added/made to `robots.json`. A GitH You can run the tests by [installing](https://www.python.org/about/gettingstarted/) Python 3, installing the depenendcies, and then issuing: ```console -python code/tests.py +code/tests.py ### Installing Dependencies