File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
docs/doc_sources/beginners_guides Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -72,11 +72,11 @@ conda install dpctl -c https://software.repos.intel.com/python/conda/ -c conda-f
7272
7373## Pip
7474
75- The ` dpctl ` can be installed using ` pip ` obtaining wheel packages from PyPi.
76- To install ` dpctl ` wheel package, run the following command:
75+ The ` dpctl ` can be installed using ` pip ` obtaining wheel packages either from PyPi or from Intel(R) channel .
76+ To install ` dpctl ` wheel package from Intel(R) channel , run the following command:
7777
7878``` bash
79- python -m pip install dpctl
79+ python -m pip install --index-url https://software.repos.intel.com/python/pypi dpctl
8080```
8181
8282Installing the bleeding edge
Original file line number Diff line number Diff line change @@ -54,6 +54,13 @@ Binary wheels are published with Python Package Index (https://pypi.org/project/
5454
5555 python -m pip install dpctl
5656
57+
58+ Binary wheels of ``dpctl `` and its dependencies are also published on Intel(R) channel. To install from this non-default package index,
59+ use
60+
61+ .. code-block :: bash
62+ python -m pip install --index-url https://software.repos.intel.com/python/pypi dpctl
63+
5764 .. note ::
5865 As of April 2024, installation using ``pip `` on Linux* requires
5966 that host operating system had ``libstdc++.so `` library version 6.0.29
You can’t perform that action at this time.
0 commit comments