Skip to content

Commit 3138b17

Browse files
committed
doc: Update README to mention PyPI
1 parent 15d1764 commit 3138b17

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,16 @@ deno run -ERWN jsr:@bids/validator
3131
```
3232

3333
Deno by default sandboxes applications like a web browser.
34-
`-E`, `-R`, '-W', and `-N` allow the validator to read environment variables,
34+
`-E`, `-R`, `-W`, and `-N` allow the validator to read environment variables,
3535
read/write local files, and read network locations.
3636

37+
A pre-compiled binary is published to [PyPI][] and may be installed with:
38+
39+
```
40+
pip install bids-validator-deno
41+
bids-validator-deno --help
42+
```
43+
3744
### Configuration file
3845

3946
The schema validator accepts a JSON configuration file that reclassifies issues as
@@ -91,3 +98,4 @@ The BIDS validator documentation is available on [Read the Docs](https://bids-va
9198
[BIDS Validator]: https://bids-standard.github.io/bids-validator/
9299
[Deno]: https://deno.com/
93100
[Deno - Installation]: https://docs.deno.com/runtime/getting_started/installation/
101+
[PyPI]: https://pypi.org/project/bids-validator-deno/

0 commit comments

Comments
 (0)