File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,29 @@ sudo apt-get install sox libsox-dev libsox-fmt-all
31
31
Installation
32
32
------------
33
33
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
+
34
57
``` bash
35
58
# Linux
36
59
python setup.py install
You can’t perform that action at this time.
0 commit comments