diff options
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 |