Skip to content

Commit fdee662

Browse files
Update stray use of '-c intel'
1 parent cd7cd97 commit fdee662

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/tutorials.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The package :mod:`mkl_random` is available in `conda <https://docs.conda.io/en/l
1515
.. code-block:: bash
1616
:caption: Install mkl_random from intel channel
1717
18-
$ conda install -c intel mkl_random
18+
$ conda install -c https://software.repos.intel.com/python/conda mkl_random
1919
2020
.. code-block:: bash
2121
:caption: Install mkl_random from default channel main
@@ -119,4 +119,4 @@ States initialization algorithms take user provided _seed_ value, usually an int
119119
to populate the internal state of the pseudo-random generator.
120120

121121
The sequence from the pseudo-random generator, unlike from true random generator, is repeatable, provided the internal state can be
122-
saved and restored, or initialized to the same state.
122+
saved and restored, or initialized to the same state.

0 commit comments

Comments
 (0)