Skip to content

Commit 331a680

Browse files
authored
The PyPI channel for intel packages still seems to function.
1 parent 033378d commit 331a680

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

doc/quick_start_guide.rst

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,14 @@ in the next installation section.
3737
Installation
3838
============
3939

40-
Install Package from Anaconda
41-
-----------------------------
40+
Install Package from Intel(R) channel
41+
-------------------------------------------
4242

43-
It is recommended to use conda packages from the ``anaconda.org/intel``
44-
channel. You will need one of the commands below:
43+
You will need one of the commands below:
4544

46-
* Conda: ``conda install dpnp -c intel -c conda-forge``
45+
* Conda: ``conda install dpnp -c https://software.repos.intel.com/python/conda/ -c conda-forge``
4746

48-
* Pip: ``pip install -i https://pypi.anaconda.org/intel/simple dpnp``
47+
* Pip: ``python -m pip install --index-url https://pypi.anaconda.org/intel/simple dpnp``
4948

5049
These commands install dpnp package along with its dependencies, including
5150
``dpctl`` package with `Data Parallel Control Library`_ and all required
@@ -69,7 +68,7 @@ And to build dpnp package from the sources:
6968

7069
.. code-block:: bash
7170
72-
conda build conda-recipe -c intel -c conda-forge
71+
conda build conda-recipe -c https://software.repos.intel.com/python/conda/ -c conda-forge
7372
7473
Finally, to install the result package:
7574

@@ -89,14 +88,14 @@ On Linux:
8988

9089
.. code-block:: bash
9190
92-
conda create -n build-env dpctl cython dpcpp_linux-64 mkl-devel-dpcpp tbb-devel onedpl-devel cmake scikit-build ninja pytest -c intel -c conda-forge
91+
conda create -n build-env dpctl cython dpcpp_linux-64 mkl-devel-dpcpp tbb-devel onedpl-devel cmake scikit-build ninja pytest -c https://software.repos.intel.com/python/conda/ -c conda-forge
9392
conda activate build-env
9493
9594
On Windows:
9695

9796
.. code-block:: bash
9897
99-
conda create -n build-env dpctl cython dpcpp_win-64 mkl-devel-dpcpp tbb-devel onedpl-devel cmake scikit-build ninja pytest -c intel -c conda-forge
98+
conda create -n build-env dpctl cython dpcpp_win-64 mkl-devel-dpcpp tbb-devel onedpl-devel cmake scikit-build ninja pytest -c https://software.repos.intel.com/python/conda/ -c conda-forge
10099
conda activate build-env
101100
102101
To build and install the package on Linux OS, run:

0 commit comments

Comments
 (0)