@@ -37,15 +37,14 @@ in the next installation section.
37
37
Installation
38
38
============
39
39
40
- Install Package from Anaconda
41
- -----------------------------
40
+ Install Package from Intel(R) channel
41
+ -------------------------------------------
42
42
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:
45
44
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 ``
47
46
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 ``
49
48
50
49
These commands install dpnp package along with its dependencies, including
51
50
``dpctl `` package with `Data Parallel Control Library `_ and all required
@@ -69,7 +68,7 @@ And to build dpnp package from the sources:
69
68
70
69
.. code-block :: bash
71
70
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
73
72
74
73
Finally, to install the result package:
75
74
@@ -89,14 +88,14 @@ On Linux:
89
88
90
89
.. code-block :: bash
91
90
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
93
92
conda activate build-env
94
93
95
94
On Windows:
96
95
97
96
.. code-block :: bash
98
97
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
100
99
conda activate build-env
101
100
102
101
To build and install the package on Linux OS, run:
0 commit comments