add mkl dependencies to setup (#5991)

This commit is contained in:
JP 2018-03-25 20:21:16 -07:00 committed by Soumith Chintala
parent b2da9fd220
commit 2df578a71a

View File

@ -182,12 +182,12 @@ conda install -c pytorch magma-cuda80 # or magma-cuda90 if CUDA 9
On macOS
```bash
export CMAKE_PREFIX_PATH=[anaconda root directory]
conda install numpy pyyaml setuptools cmake cffi typing
conda install numpy pyyaml mkl mkl-include setuptools cmake cffi typing
```
On Windows
```cmd
conda install numpy pyyaml setuptools cmake cffi typing
conda install numpy pyyaml mkl mkl-include setuptools cmake cffi typing
```
#### Get the PyTorch source
```bash