diff --git a/README.md b/README.md index bd543cdd03..f5207a791c 100644 --- a/README.md +++ b/README.md @@ -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