From af08c7e36b98774a3a94c0099f08262b30eb4bd1 Mon Sep 17 00:00:00 2001 From: James Smith Date: Sat, 28 Jan 2023 22:49:41 +0200 Subject: [PATCH] Add note about python packages not being required --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d8e6c9..1f84f10 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,8 @@ Then when you `cd` to your git repository, you can type ```bash git tidy ``` -and it'll do its thing! +and it'll do its thing! Only the Python standard library is used, no additional +packages are required. ## Background