Skip to content

Commit 2b75de2

Browse files
authored
DOCS change installing dpnp from conda (#378)
1 parent e8aafe3 commit 2b75de2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/install.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ NumPy-compatible API in DPNP is based on `NumPy <https://numpy.org/>`_ 1.18+.
2121
Installing DPNP from conda-forge
2222
--------------------------------
2323

24-
You can install DPNP with Conda/Anaconda from the ``intel/label/oneapibeta`` channel::
24+
You can install DPNP with Conda/Anaconda from the ``intel`` channel::
2525

26-
$ conda install -c intel/label/oneapibeta dpnp
26+
$ conda install -c intel dpnp
2727

2828
.. _install_dpnp_from_source:
2929

0 commit comments

Comments
 (0)