Skip to content

Commit

Permalink
Update dependency information
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanleary committed May 6, 2017
1 parent 4289d9a commit 4c8bff7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,15 @@ cd pytorch_binding
python setup.py install
```

Finally:
Install pytorch audio:
```
sudo apt-get install sox libsox-dev libsox-fmt-all
git clone https://github.com/pytorch/audio.git
cd audio
python setup.py install
```

Finally:
```
pip install -r requirements.txt
```
Expand Down Expand Up @@ -169,4 +176,4 @@ Use the flag `--help` to see other parameters that can be used with the script.

## Acknowledgements

Thanks to [Egor](https://github.com/EgorLakomkin) for his awesome contributions in data processing and general feedback!
Thanks to [Egor](https://github.com/EgorLakomkin) for his awesome contributions in data processing and general feedback!
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
python-levenshtein
librosa
torch
visdom
wget
wget

0 comments on commit 4c8bff7

Please sign in to comment.