Skip to content

Commit b920061

Browse files
committed
update readme doc.
1 parent d2d288f commit b920061

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,13 @@ conda install rust
242242
pip install -r requirements.txt
243243
```
244244

245+
*Note:* We need to set correct `USE_STATIC_MKL` environment variable according to installed `MKL` version.
246+
247+
| MKL version |USE_STATIC_MKL value| Install Command |
248+
|---|---|---|
249+
|MKL static (Default) | USE_STATIC_MKL=ON | pip install mkl-include mkl-static|
250+
|MKL shared | USE_STATIC_MKL=OFF | pip install mkl mkl-devel mkl-include |
251+
245252
**On Linux**
246253

247254
```bash

0 commit comments

Comments
 (0)