From c26c8c0911bb900e43318f44f9d71fbe680dc4e8 Mon Sep 17 00:00:00 2001 From: Glyn Normington Date: Thu, 27 Nov 2025 12:41:37 +0000 Subject: [PATCH] Tidy README --- README.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 305aed2..c54ced4 100644 --- a/README.md +++ b/README.md @@ -49,16 +49,13 @@ file on-the-fly. A note about contributing: updates should be added/made to `robots.json`. A GitHub action will then generate the updated `robots.txt`, `table-of-bot-metrics.md`, `.htaccess` and `nginx-block-ai-bots.conf`. -You can run the tests by [installing](https://www.python.org/about/gettingstarted/) Python 3, installing the depenendcies, and then issuing: +You can run the tests by [installing](https://www.python.org/about/gettingstarted/) Python 3, installing the dependencies: +```console +pip install -r requirements.txt +``` +and then issuing: ```console code/tests.py - -### Installing Dependencies - -Before running the tests, install all required Python packages: -pip install -r requirements.txt - - ``` ## Releasing