Skip to content

Commit c46153f

Browse files
Remove reference to sox in CONTRIBUTING.md (#4101)
1 parent fa51429 commit c46153f

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,7 @@ Please refer to https://pytorch.org/audio/main/build.html
4444

4545
## Running Test
4646

47-
If you built sox, set the `PATH` variable so that the tests properly use the newly built `sox` binary:
48-
49-
```bash
50-
export PATH="<path_to_torchaudio>/third_party/install/bin:${PATH}"
51-
```
52-
53-
The following dependencies are also needed for testing:
47+
The following dependencies are needed for testing:
5448

5549
```bash
5650
pip install typing pytest scipy numpy parameterized

0 commit comments

Comments
 (0)