Skip to content

Commit

Permalink
list optional packages instead of a pip install command
Browse files Browse the repository at this point in the history
  • Loading branch information
yangarbiter committed Jun 22, 2021
1 parent b84f48c commit f6bdca7
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,13 @@ pip install typing pytest scipy numpy parameterized

Optional packages to install if you want to run related tests:

```bash
pip install librosa requests soundfile kaldi_io transformers
```
- `librosa`
- `requests`
- `soundfile`
- `kaldi_io`
- `transformers`
- `fairseq` (it has to be newer than `0.10.2`, so you will need to install from
source. Commit `e6eddd80` is known to work.)

## Development Process

Expand Down

0 comments on commit f6bdca7

Please sign in to comment.