add link to conda binaries

This commit is contained in:
Soumith Chintala 2016-09-07 12:03:08 -04:00
parent 47700a4c20
commit 7188f0851d

View File

@ -16,6 +16,14 @@ This is done so that we can control development tightly and rapidly during the i
## Installation
### Binaries
- Anaconda
```bash
conda install pytorch -c https://conda.anaconda.org/t/6N-MsQ4WZ7jo/soumith
```
### From source
```bash
pip install -r requirements.txt
pip install .