update README to install pyyaml from conda (#1231)

This commit is contained in:
Evan Klitzke
2017-04-11 10:23:45 -07:00
committed by Soumith Chintala
parent 4e693d12ab
commit ade105fb7c

View File

@ -178,13 +178,12 @@ conda install -c soumith magma-cuda75 # or magma-cuda80 if CUDA 8.0
On OSX
```bash
export CMAKE_PREFIX_PATH=[anaconda root directory]
conda install numpy setuptools cmake cffi
conda install numpy pyyaml setuptools cmake cffi
```
#### Install PyTorch
```bash
export MACOSX_DEPLOYMENT_TARGET=10.9 # if OSX
pip install -r requirements.txt
python setup.py install
```