File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -88,14 +88,18 @@ On Linux:
8888
8989.. code-block :: bash
9090
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
91+ conda create -n build-env dpctl cython dpcpp_linux-64 mkl-devel-dpcpp tbb-devel \
92+ onedpl-devel cmake scikit-build ninja pytest -c dppy/label/dev \
93+ -c https://software.repos.intel.com/python/conda/ -c conda-forge
9294 conda activate build-env
9395
9496 On Windows:
9597
9698.. code-block :: bash
9799
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+ conda create -n build-env dpctl cython dpcpp_win-64 mkl-devel-dpcpp tbb-devel \
101+ onedpl-devel cmake scikit-build ninja pytest -c dppy/label/dev \
102+ -c https://software.repos.intel.com/python/conda/ -c conda-forge
99103 conda activate build-env
100104
101105 To build and install the package on Linux OS, run:
You can’t perform that action at this time.
0 commit comments