Skip to content

Commit 7f24a35

Browse files
committed
update CONTRIBUTING.rst
1 parent f9af9d7 commit 7f24a35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ Then install runcrate in development mode::
7373

7474
pip install -e .
7575

76-
This allows to test any changes to the code without having to run the installation again. To quickly run tests while developing, install pytest::
76+
This allows to test any changes to the code without having to run the installation again. To quickly run tests while developing, install pytest and cwlref-runner (the latter is needed by some tests)::
7777

78-
pip install pytest
78+
pip install pytest cwlref-runner
7979

8080
Than you can run all tests with::
8181

0 commit comments

Comments
 (0)