Skip to content

Commit c1b0b18

Browse files
Need conda-forge channel in installation instruction
This resolves gh-1749, where absense of conda-forge among channels caused installation of a very old version of dpctl
1 parent 4a875eb commit c1b0b18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/doc_sources/beginners_guides/installation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ indicated by ``--channel`` option:
3030
.. code-block:: bash
3131
:caption: Getting latest released version of ``dpctl`` using conda
3232
33-
conda create --name dpctl_env --channel https://software.repos.intel.com/python/conda/ dpctl
33+
conda create --name dpctl_env --channel https://software.repos.intel.com/python/conda/ --channel conda-forge dpctl
3434
3535
Development builds of ``dpctl`` can be accessed from the ``dppy/label/dev`` channel:
3636

3737
.. code-block:: bash
3838
:caption: Getting latest development version
3939
40-
conda create -n dpctl_nightly -c dppy/label/dev -c https://software.repos.intel.com/python/conda/ dpctl
40+
conda create -n dpctl_nightly -c dppy/label/dev -c https://software.repos.intel.com/python/conda/ -c conda-forge dpctl
4141
4242
.. note::
4343
If :py:mod:`dpctl` is not available for the Python version of interest,

0 commit comments

Comments
 (0)