diff --git a/README.md b/README.md index fc067be5eb..4839a13903 100644 --- a/README.md +++ b/README.md @@ -72,11 +72,11 @@ conda install dpctl -c https://software.repos.intel.com/python/conda/ -c conda-f ## Pip -The `dpctl` can be installed using `pip` obtaining wheel packages from PyPi. -To install `dpctl` wheel package, run the following command: +The `dpctl` can be installed using `pip` obtaining wheel packages either from PyPi or from Intel(R) channel. +To install `dpctl` wheel package from Intel(R) channel, run the following command: ```bash -python -m pip install dpctl +python -m pip install --index-url https://software.repos.intel.com/python/pypi dpctl ``` Installing the bleeding edge diff --git a/docs/doc_sources/beginners_guides/installation.rst b/docs/doc_sources/beginners_guides/installation.rst index 4cf89f96ef..bdadbacb66 100644 --- a/docs/doc_sources/beginners_guides/installation.rst +++ b/docs/doc_sources/beginners_guides/installation.rst @@ -54,6 +54,13 @@ Binary wheels are published with Python Package Index (https://pypi.org/project/ python -m pip install dpctl + +Binary wheels of ``dpctl`` and its dependencies are also published on Intel(R) channel. To install from this non-default package index, +use + +.. code-block:: bash + python -m pip install --index-url https://software.repos.intel.com/python/pypi dpctl + .. note:: As of April 2024, installation using ``pip`` on Linux* requires that host operating system had ``libstdc++.so`` library version 6.0.29