Skip to content

Commit bd996b5

Browse files
Merge pull request #1353 from IntelPython/fix/install
Update README for wheel installation
2 parents 9c18949 + 1468978 commit bd996b5

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ to program on XPUs.
4343

4444
# Installing
4545

46-
You can install the library with [conda](https://anaconda.org/intel/dpctl) and
47-
[pip](https://pypi.org/project/dpctl/). It is also available in the [Intel(R)
46+
You can install the library using [conda](https://anaconda.org/intel/dpctl) or
47+
[pip](https://pypi.org/project/dpctl/) package managers. It is also available in the [Intel(R)
4848
Distribution for
4949
Python](https://www.intel.com/content/www/us/en/developer/tools/oneapi/distribution-for-python.html)
5050
(IDP).
@@ -70,12 +70,13 @@ cloud, use the following command:
7070
conda install dpctl -c intel
7171
```
7272

73-
## PyPi
73+
## Pip
7474

75-
To install `dpctl` from PyPi, run the following command:
75+
The `dpctl` can be installed using `pip` obtaining wheel packages either from PyPi or from Intel(R) channel on Anaconda.
76+
To install `dpctl` wheel package from Intel(R) channel on Anaconda, run the following command:
7677

7778
```bash
78-
pip3 install dpctl
79+
python -m pip install --index-url https://pypi.anaconda.org/intel/simple dpctl
7980
```
8081

8182
Installing the bleeding edge

0 commit comments

Comments
 (0)