From 47571cd112120ee1f6e1ef51b56af0dbeea67f1b Mon Sep 17 00:00:00 2001 From: Prabhat Tiwari <42660698+prabhattiwari16@users.noreply.github.com> Date: Tue, 6 Feb 2024 01:25:53 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c98a692..8220d2b 100644 --- a/README.md +++ b/README.md @@ -13,12 +13,12 @@ not provided by Python. Read the [documentation](https://tendo.readthedocs.io) f - [python tee implementation](https://tendo.readthedocs.io/#module-tendo.colorer) for executing external programs and redirecting their output to both console/file - [improved execfile](https://tendo.readthedocs.io/#module-tendo.execfile2) -### Requirements And Compatibility +## Requirements and Compatibility - python 3.8 or newer - tox for running tests -### Related projects and packages +## Related projects and packages - jaraco - http://pypi.python.org/pypi/jaraco.util - pexpect (maybe)