Skip to content

Commit 6670360

Browse files
author
Jasper van den Bosch
committed
removed repetition in contrib guide
1 parent 9ff5bdc commit 6670360

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

CONTRIBUTING.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,8 @@ How-to
2222
4. `rm dist/*` remove any previously built packages if necessary
2323
5. `python -m build` compile a new rsatoolbox package with your latest changes
2424
6. `pip install dist/*` install the new package
25-
7. `pip install -r requirements.txt` install the new package
26-
8. `pip install -r tests/requirements.txt` install the new package
27-
9. `pytest` run the unit tests on the installed version of rsatoolbox
28-
10. run linting tools such as `flake8`, `vulture` to discover any style issues
25+
7. `pytest` run the unit tests on the installed version of rsatoolbox
26+
8. run linting tools such as `flake8`, `vulture` to discover any style issues
2927

3028

3129
Rules

0 commit comments

Comments
 (0)