From 1c09c661c191e894aa52400a2e02da05f2927914 Mon Sep 17 00:00:00 2001 From: "Scherbakov, Denis" Date: Thu, 17 Aug 2023 09:00:47 -0500 Subject: [PATCH 1/4] Update README for wheel installation --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 00a5dd60b9..a372a7bfbc 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,8 @@ to program on XPUs. # Installing -You can install the library with [conda](https://anaconda.org/intel/dpctl) and -[pip](https://pypi.org/project/dpctl/). It is also available in the [Intel(R) +You can install the library as [conda](https://anaconda.org/intel/dpctl) or +[wheel](https://pypi.org/project/dpctl/) package. It is also available in the [Intel(R) Distribution for Python](https://www.intel.com/content/www/us/en/developer/tools/oneapi/distribution-for-python.html) (IDP). @@ -70,12 +70,13 @@ cloud, use the following command: conda install dpctl -c intel ``` -## PyPi +## Wheel -To install `dpctl` from PyPi, run the following command: +Wheel package can be installed from PyPi and from Intel(R) channel on Anaconda. +To install `dpctl` wheel package from Intel(R) channel on Anaconda, run the following command: ```bash -pip3 install dpctl +python -m pip install --index-url https://pypi.anaconda.org/intel/simple dpctl ``` Installing the bleeding edge From ec60e9fc395253f59e4e5d7cf1580cb77155a730 Mon Sep 17 00:00:00 2001 From: Oleksandr Pavlyk Date: Thu, 17 Aug 2023 11:00:58 -0500 Subject: [PATCH 2/4] Update README.md Reworked text based per PR feedback. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a372a7bfbc..38d75f7b71 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ conda install dpctl -c intel ## Wheel -Wheel package can be installed from PyPi and from Intel(R) channel on Anaconda. +The `dpctl` can be installed using `pip` obtaining wheel packages either from PyPi or from Intel(R) channel on Anaconda. To install `dpctl` wheel package from Intel(R) channel on Anaconda, run the following command: ```bash From ea83961240245027050e042c44f1425c3f87269f Mon Sep 17 00:00:00 2001 From: Oleksandr Pavlyk Date: Thu, 17 Aug 2023 11:01:23 -0500 Subject: [PATCH 3/4] Update README.md Reworked text based in PR feedback --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 38d75f7b71..2de2c58326 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ cloud, use the following command: conda install dpctl -c intel ``` -## Wheel +## Pip The `dpctl` can be installed using `pip` obtaining wheel packages either from PyPi or from Intel(R) channel on Anaconda. To install `dpctl` wheel package from Intel(R) channel on Anaconda, run the following command: From 1468978d26699dd099163c36db82cd5f940e4a29 Mon Sep 17 00:00:00 2001 From: Oleksandr Pavlyk Date: Thu, 17 Aug 2023 11:01:40 -0500 Subject: [PATCH 4/4] Update README.md Reworked text based on PR feedback --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2de2c58326..d26b4c97af 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,8 @@ to program on XPUs. # Installing -You can install the library as [conda](https://anaconda.org/intel/dpctl) or -[wheel](https://pypi.org/project/dpctl/) package. It is also available in the [Intel(R) +You can install the library using [conda](https://anaconda.org/intel/dpctl) or +[pip](https://pypi.org/project/dpctl/) package managers. It is also available in the [Intel(R) Distribution for Python](https://www.intel.com/content/www/us/en/developer/tools/oneapi/distribution-for-python.html) (IDP).