We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25c7a60 commit 2c8e2c3Copy full SHA for 2c8e2c3
CONTRIBUTING.md
@@ -0,0 +1,15 @@
1
+To develop pyNeuroMatic, you can use the `dev` extra and the `development` branch:
2
+
3
+ git clone https://github.com/SilverLabUCL/pyneuromatic.git
4
+ cd
5
+ git checkout development
6
+ pip install .[dev]
7
8
+Please use pre-commit to run the pre-commit hooks.
9
+You will need to install the hooks once:
10
11
+ pre-commit install
12
13
+They will then run before each commit.
14
15
+We follow a pull request workflow.
0 commit comments