From 7f623ce3633e93d497376deca0d466b99768048c Mon Sep 17 00:00:00 2001 From: Jacob Beal Date: Thu, 11 Apr 2024 08:33:26 -0500 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7181be7..fbe8932 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -34,7 +34,7 @@ You should now be able to run the unit tests in the `test` directory: python3 -m unittest ``` -> **NOTE:** files required to run the tests are in a git submodule `test/SBOLTestSuite`. These get downloaded if you clone the repo with `--recurse-submodules https://github.com/SynBioDex/pySBOL2.git`. If you have not, you can download them with `git submodule update --init` from the project root directory. +**NOTE:** files required to run the tests are in a git submodule `test/SBOLTestSuite`. These get downloaded if you clone the repo with `--recurse-submodules https://github.com/SynBioDex/pySBOL2.git`. If you have not, you can download them with `git submodule update --init` from the project root directory. ## CODE STYLE