We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ff5bdc commit 6670360Copy full SHA for 6670360
CONTRIBUTING.md
@@ -22,10 +22,8 @@ How-to
22
4. `rm dist/*` remove any previously built packages if necessary
23
5. `python -m build` compile a new rsatoolbox package with your latest changes
24
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
+7. `pytest` run the unit tests on the installed version of rsatoolbox
+8. run linting tools such as `flake8`, `vulture` to discover any style issues
29
30
31
Rules
0 commit comments