We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6a5bb4 commit 40645adCopy full SHA for 40645ad
README.md
@@ -65,3 +65,10 @@ The list of supported by `mkl_random.RandomState` constructor `brng` keywords is
65
* 'PHILOX4X32X10'
66
* 'NONDETERM'
67
* '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