Unverified Commit 53a9fd13 authored by jamarshon's avatar jamarshon Committed by GitHub
Browse files

Binary install instructions (#191)

parent 07b9b9ba
......@@ -47,6 +47,29 @@ conda install -c conda-forge sox
Installation
------------
### Binaries
To install pip wheels of 0.2.0, select the appropriate pip wheel for
your version of Python:
```
# Wheels for Python 2 are NOT supported
# Python 3.5
pip3 install http://download.pytorch.org/whl/torchaudio-0.2-cp35-cp35m-linux_x86_64.whl
# Python 3.6
pip3 install http://download.pytorch.org/whl/torchaudio-0.2-cp36-cp36m-linux_x86_64.whl
# Python 3.7
pip3 install http://download.pytorch.org/whl/torchaudio-0.2-cp37-cp37m-linux_x86_64.whl
```
### From Source
If your system configuration is not among the supported configurations
above, you can build from source.
```bash
# Linux
python setup.py install
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment