File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -237,13 +237,10 @@ pip install -U pip
237
237
pip install -r requirements.txt
238
238
```
239
239
240
- The first command ensures you are using an up to date version of ` pip ` ,
240
+ The first command ensures you are using an up-to- date version of ` pip ` ,
241
241
and the second command installs all dependencies.
242
- The third command ensures to install the BIDS schema code as an "editable" install,
243
- so that if you make changes to the schema files,
244
- these are automatically reflected in the sourcecode.
245
242
246
- Note that if you need to work on the some of the Python code
243
+ Note that if you need to work on some of the Python code
247
244
that is used to render the specification,
248
245
you will probably have to also run:
249
246
You can’t perform that action at this time.
0 commit comments