Unverified Commit ec125053 authored by moto's avatar moto Committed by GitHub
Browse files

Update README.md (#1916)

parent d723eab5
...@@ -46,39 +46,13 @@ The following are the corresponding ``torchaudio`` versions and supported Python ...@@ -46,39 +46,13 @@ The following are the corresponding ``torchaudio`` versions and supported Python
Installation Installation
------------ ------------
### Binary Distributions ### Binary Distributions (stable and nightly)
To install the latest version using anaconda, run: `torchaudio` has binary distributions for PyPI (`pip`) and Anaconda (`conda`).
``` Starting `0.10`, torchaudio has CPU-only and CUDA-enabled binary distributions, each of which requires a matching PyTorch version.
conda install -c pytorch torchaudio
```
To install the latest pip wheels, run:
```
pip install torchaudio -f https://download.pytorch.org/whl/torch_stable.html
```
(If you do not have torch already installed, this will default to installing
torch from PyPI. If you need a different torch configuration, preinstall torch
before running this command.)
### Nightly build
Note that nightly build is built on PyTorch's nightly build. Therefore, you need to install the latest PyTorch when you use nightly build of torchaudio. Please refer to https://pytorch.org/get-started/locally/ for the details.
**pip**
```
pip install --pre torchaudio -f https://download.pytorch.org/whl/nightly/torch_nightly.html
```
**conda**
```
conda install -y -c pytorch-nightly torchaudio
```
### From Source ### From Source
......
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