Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
John committed Oct 7, 2018
1 parent 2e858f4 commit 07ce396
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,17 @@ Install [PyTorch 1.0](https://pytorch.org/get-started/locally/) if you haven't a
or, typically: pip install torch_nightly -f https://download.pytorch.org/whl/nightly/cu92/torch_nightly.html


# Pytorch Audio

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


Finally clone this repo and run this within the repo:
```
pip install -r requirements.txt
Expand Down

0 comments on commit 07ce396

Please sign in to comment.