Skip to content

Commit

Permalink
DOC: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldmccarthy committed Dec 31, 2020
1 parent 705e3c6 commit 345ee89
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,11 @@ python setup.py develop
```


To run the tests, type the following; you will need `numpy`, `pytest`
and `pytest-cov` installed:
To run the tests, type the following; you will need `numpy`, `nibabel`,
`pytest`, `pytest-cov`, and `coverage` installed:

```sh
pytest
python -m indexed_gzip.tests
```

## Usage
Expand Down

0 comments on commit 345ee89

Please sign in to comment.