From 010f841008135f8b89e4bc6cceee793fceaa87fe Mon Sep 17 00:00:00 2001 From: CyberNobie Date: Mon, 16 Dec 2024 18:47:24 +0530 Subject: [PATCH] Ensure hatch is installed before running tests --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index df7189d..ca8bd03 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,7 @@ contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additio To run the tests for this project, use the following command: ```sh +pip install hatch hatch shell hatch test ```