Skip to content

Commit

Permalink
DOC Add instruction to install parametrized package (#1164)
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasHug authored Jan 8, 2021
1 parent 1e7d8d2 commit d4fe76e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/torchaudio_unittest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## How to run test

You can use `pytest` to run `torchaudio`'s test suites. See https://docs.pytest.org/ for the detail of how to use `pytest` command.
You can use `pytest` to run `torchaudio`'s test suites. See https://docs.pytest.org/ for the detail of how to use `pytest` command. The `parametrized` package is also needed; it can be installed via `pip` or with ` conda install -c conda-forge parameterized`.

```
# List up all the tests
Expand Down

0 comments on commit d4fe76e

Please sign in to comment.