Skip to content

Commit d929a95

Browse files
Updated installation steps to replace intel channel
1 parent 824bf1f commit d929a95

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,16 @@
66
Per NumPy's community suggestions, voiced in https://github.com/numpy/numpy/pull/8209, it is being released as a
77
stand-alone package.
88

9-
Prebuilt `mkl_random` can be installed into conda environment from Intel's channel on Anaconda cloud:
9+
Prebuilt `mkl_random` can be installed into conda environment from Intel's channel:
1010

1111
```
12-
conda install -c intel mkl_random
12+
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
1319
```
1420

1521
---

0 commit comments

Comments
 (0)