@@ -20,7 +20,7 @@ to get the latest production releases.
2020
2121 conda create -n numba-dpex-env \
2222 numba-dpex dpnp dpctl dpcpp-llvm-spirv \
23- -c intel -c conda-forge
23+ -c https://software.repos. intel.com/python/conda -c conda-forge
2424
2525 To try out the bleeding edge, the latest packages built from tip of the main
2626source trunk can be installed from the ``dppy/label/dev `` conda channel.
@@ -29,7 +29,7 @@ source trunk can be installed from the ``dppy/label/dev`` conda channel.
2929
3030 conda create -n numba-dpex-env \
3131 numba-dpex dpnp dpctl dpcpp-llvm-spirv \
32- -c dppy/label/dev -c intel -c conda-forge
32+ -c dppy/label/dev -c https://software.repos. intel.com/python/conda -c conda-forge
3333
3434
3535
@@ -53,7 +53,7 @@ Steps to build using ``conda-build``:
5353
5454.. code-block :: bash
5555
56- conda build conda-recipe -c intel -c conda-forge
56+ conda build conda-recipe -c https://software.repos. intel.com/python/conda -c conda-forge
5757
5858 3. Install the conda package
5959
@@ -71,7 +71,7 @@ first step.
7171 # Create a conda environment that hass needed dependencies installed
7272 conda create -n numba-dpex-env \
7373 scikit-build cmake dpctl dpnp numba dpcpp-llvm-spirv llvmdev pytest \
74- -c intel -c conda-forge
74+ -c https://software.repos. intel.com/python/conda -c conda-forge
7575 # Activate the environment
7676 conda activate numba-dpex-env
7777 # Clone the numba-dpex repository
0 commit comments