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 824bf1f commit d929a95Copy full SHA for d929a95
README.md
@@ -6,10 +6,16 @@
6
Per NumPy's community suggestions, voiced in https://github.com/numpy/numpy/pull/8209, it is being released as a
7
stand-alone package.
8
9
-Prebuilt `mkl_random` can be installed into conda environment from Intel's channel on Anaconda cloud:
+Prebuilt `mkl_random` can be installed into conda environment from Intel's channel:
10
11
```
12
- conda install -c intel mkl_random
+ conda install -c https://software.repos.intel.com/python/conda mkl_random
13
+```
14
+
15
+or from conda forge channel:
16
17
18
+ conda install -c conda-forge mkl_random
19
20
21
---
0 commit comments