Skip to content

Commit

Permalink
Update stray use of '-c intel'
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-pavlyk committed Aug 1, 2024
1 parent cd7cd97 commit fdee662
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/tutorials.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The package :mod:`mkl_random` is available in `conda <https://docs.conda.io/en/l
.. code-block:: bash
:caption: Install mkl_random from intel channel
$ conda install -c intel mkl_random
$ conda install -c https://software.repos.intel.com/python/conda mkl_random
.. code-block:: bash
:caption: Install mkl_random from default channel main
Expand Down Expand Up @@ -119,4 +119,4 @@ States initialization algorithms take user provided _seed_ value, usually an int
to populate the internal state of the pseudo-random generator.

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

0 comments on commit fdee662

Please sign in to comment.