Skip to content

Commit 77cdb00

Browse files
authored
Binary install instructions. (#190)
Signed-off-by: Edward Z. Yang <ezyang@fb.com>
1 parent abd0107 commit 77cdb00

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,29 @@ sudo apt-get install sox libsox-dev libsox-fmt-all
3131
Installation
3232
------------
3333

34+
### Binaries
35+
36+
To install pip wheels of 0.2.0, select the appropriate pip wheel for
37+
your version of Python:
38+
39+
```
40+
# Wheels for Python 2 are NOT supported
41+
42+
# Python 3.5
43+
pip3 install http://download.pytorch.org/whl/torchaudio-0.2-cp35-cp35m-linux_x86_64.whl
44+
45+
# Python 3.6
46+
pip3 install http://download.pytorch.org/whl/torchaudio-0.2-cp36-cp36m-linux_x86_64.whl
47+
48+
# Python 3.7
49+
pip3 install http://download.pytorch.org/whl/torchaudio-0.2-cp37-cp37m-linux_x86_64.whl
50+
```
51+
52+
### From Source
53+
54+
If your system configuration is not among the supported configurations
55+
above, you can build from source.
56+
3457
```bash
3558
# Linux
3659
python setup.py install

0 commit comments

Comments
 (0)