Ensure Python3 is used

This commit is contained in:
Glyn Normington 2025-11-27 12:38:12 +00:00 committed by GitHub
commit b75163e796
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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