diff options
author | Evan Klitzke <evan@eklitzke.org> | 2017-04-11 20:46:10 -0700 |
---|---|---|
committer | Soumith Chintala <soumith@gmail.com> | 2017-04-11 21:21:18 -0700 |
commit | e21e4bf3e833c374f30a0e305e8eb5fc9268a66c (patch) | |
tree | 8210e35cbe8178c30a48756d62f9bfb119ac9e45 /README.md | |
parent | 8e36339911c6144ed494873c837b7c6316632175 (diff) | |
download | pytorch-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |