Unverified Commit d4fe76e7 authored by Nicolas Hug's avatar Nicolas Hug Committed by GitHub
Browse files

DOC Add instruction to install parametrized package (#1164)

parent 1e7d8d20
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
## How to run test ## 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 # List up all the tests
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment