From 45aa70899a091baaed4831e03fb4b4500f121f73 Mon Sep 17 00:00:00 2001 From: Francois Lanusse Date: Sat, 21 Dec 2024 16:29:51 -0500 Subject: [PATCH] adding more information in contributing --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1be7392..407e132 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -41,7 +41,7 @@ To set up the development environment, follow these steps: To run the tests, use the following command: ```sh -pytest +python -m pytest ``` Make sure all tests pass before submitting your changes.