You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ Clone the repository and install in editable mode.
52
52
```
53
53
git clone https://github.com/ReproNim/neurodocker
54
54
cd neurodocker
55
-
python -m pip install --no-cache-dir --editable . --group all
55
+
python -m pip install --no-cache-dir --editable . --group dev
56
56
```
57
57
58
58
Before committing changes, initialize `pre-commit` with `pre-commit install`. This will format code with each commit to keep the style consistent. _Neurodocker_ uses `ruff` for formatting.
0 commit comments