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 @@ -47,6 +47,29 @@ conda install -c conda-forge sox
4747Installation
4848------------
4949
50+ ### Binaries
51+
52+ To install pip wheels of 0.2.0, select the appropriate pip wheel for
53+ your version of Python:
54+
55+ ```
56+ # Wheels for Python 2 are NOT supported
57+
58+ # Python 3.5
59+ pip3 install http://download.pytorch.org/whl/torchaudio-0.2-cp35-cp35m-linux_x86_64.whl
60+
61+ # Python 3.6
62+ pip3 install http://download.pytorch.org/whl/torchaudio-0.2-cp36-cp36m-linux_x86_64.whl
63+
64+ # Python 3.7
65+ pip3 install http://download.pytorch.org/whl/torchaudio-0.2-cp37-cp37m-linux_x86_64.whl
66+ ```
67+
68+ ### From Source
69+
70+ If your system configuration is not among the supported configurations
71+ above, you can build from source.
72+
5073``` bash
5174# Linux
5275python setup.py install
You can’t perform that action at this time.
0 commit comments