adding more information in contributing

This commit is contained in:
Francois Lanusse 2024-12-21 16:29:51 -05:00
parent e316d8a0b2
commit 45aa70899a

View file

@ -41,7 +41,7 @@ To set up the development environment, follow these steps:
To run the tests, use the following command: To run the tests, use the following command:
```sh ```sh
pytest python -m pytest
``` ```
Make sure all tests pass before submitting your changes. Make sure all tests pass before submitting your changes.