From d4fe76e7e44e0887c8d0e4e0ed0b6f0a876adfd9 Mon Sep 17 00:00:00 2001 From: Nicolas Hug Date: Fri, 8 Jan 2021 14:52:38 +0000 Subject: [PATCH] DOC Add instruction to install parametrized package (#1164) --- test/torchaudio_unittest/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/torchaudio_unittest/README.md b/test/torchaudio_unittest/README.md index 119c644687..50d17d9948 100644 --- a/test/torchaudio_unittest/README.md +++ b/test/torchaudio_unittest/README.md @@ -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