File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
This is a library of helper functions written in Python,
10
10
for use with BIDS compliant applications written in this language.
11
11
12
- The main function determines if a file extension is compliant with the BIDS specification.
12
+ The main function determines if a file path is compliant with the BIDS specification.
13
13
14
14
## Installation
15
15
16
16
To install with pip:
17
17
18
18
```
19
- pip install -U bids_validator
19
+ python -m pip install bids_validator
20
20
```
21
21
22
22
To install with conda:
@@ -55,7 +55,7 @@ Many contributions to the `bids-validator` were done by members of the
55
55
BIDS community. See the
56
56
[ list of contributors] ( https://bids-specification.readthedocs.io/en/stable/99-appendices/01-contributors.html ) .
57
57
58
- A large part of the development of ` bids-validator ` is currently done by
58
+ A large part of the initial development of ` bids-validator ` was done by
59
59
[ Squishymedia] ( https://squishymedia.com/ ) , who are in turn financed through
60
60
different grants offered for the general development of BIDS. See the list
61
61
below.
You can’t perform that action at this time.
0 commit comments