Skip to content

Commit b81d332

Browse files
committed
Add build instructions to README
1 parent b181add commit b81d332

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
@@ -65,3 +65,10 @@ The list of supported by `mkl_random.RandomState` constructor `brng` keywords is
6565
* 'PHILOX4X32X10'
6666
* 'NONDETERM'
6767
* 'ARS5'
68+
69+
---
70+
71+
To build ``mkl_random`` from sources on Linux:
72+
- install a recent version of MKL, if necessary;
73+
- execute ``source /path_to_oneapi/mkl/latest/env/vars.sh`` ;
74+
- execute ``python -m pip install .``

0 commit comments

Comments
 (0)