From d70d15157a256f5c495a12fb3ea7560060d00221 Mon Sep 17 00:00:00 2001 From: tinnawong Date: Tue, 19 Sep 2023 20:29:49 +0700 Subject: [PATCH] update readme --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a7285b9..d6f3670 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # pylabtools -`pylabtools` is a Python utility library that provides various helper functions for file and directory manipulation, text formatting, and logging. +`pylabtools` is a Python utility library that provides various helper functions: ## Installation @@ -12,10 +12,14 @@ pip install pylabtools ## Testing -You can run the unit tests using pytest: +You can run the unit tests using the following commands: ```bash python -m unittest discover tests + +or + +pytest tests ``` ## Contributing