Add note about python packages not being required

This commit is contained in:
James Smith 2023-01-28 22:49:41 +02:00
parent 639fe3c3b2
commit af08c7e36b

View File

@ -26,7 +26,8 @@ Then when you `cd` to your git repository, you can type
```bash ```bash
git tidy 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 ## Background