diff --git a/README.md b/README.md index 4e1142e1..26b8df90 100644 --- a/README.md +++ b/README.md @@ -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 ``` @@ -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! \ No newline at end of file +Thanks to [Egor](https://github.com/EgorLakomkin) for his awesome contributions in data processing and general feedback! diff --git a/requirements.txt b/requirements.txt index 1b69c9fc..3029181d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,4 @@ python-levenshtein -librosa torch visdom -wget \ No newline at end of file +wget