summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEvan Klitzke <evan@eklitzke.org>2017-04-11 20:46:10 -0700
committerSoumith Chintala <soumith@gmail.com>2017-04-11 21:21:18 -0700
commite21e4bf3e833c374f30a0e305e8eb5fc9268a66c (patch)
tree8210e35cbe8178c30a48756d62f9bfb119ac9e45 /README.md
parent8e36339911c6144ed494873c837b7c6316632175 (diff)
downloadpytorch-e21e4bf3e833c374f30a0e305e8eb5fc9268a66c.tar.gz
pytorch-e21e4bf3e833c374f30a0e305e8eb5fc9268a66c.tar.bz2
pytorch-e21e4bf3e833c374f30a0e305e8eb5fc9268a66c.zip
add pyyaml to conda note here as well
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e5a9569940..cfe0a80508 100644
--- a/README.md
+++ b/README.md
@@ -169,7 +169,7 @@ On Linux
export CMAKE_PREFIX_PATH=[anaconda root directory]
# Install basic dependencies
-conda install numpy mkl setuptools cmake gcc cffi
+conda install numpy pyyaml mkl setuptools cmake gcc cffi
# Add LAPACK support for the GPU
conda install -c soumith magma-cuda75 # or magma-cuda80 if CUDA 8.0