Skip to content

Commit

Permalink
Merge pull request #1353 from IntelPython/fix/install
Browse files Browse the repository at this point in the history
Update README for wheel installation
  • Loading branch information
oleksandr-pavlyk committed Aug 17, 2023
2 parents 9c18949 + 1468978 commit bd996b5
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 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).
Expand All @@ -70,12 +70,13 @@ cloud, use the following command:
conda install dpctl -c intel
```

## PyPi
## Pip

To install `dpctl` from PyPi, run the following command:
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
pip3 install dpctl
python -m pip install --index-url https://pypi.anaconda.org/intel/simple dpctl
```

Installing the bleeding edge
Expand Down

0 comments on commit bd996b5

Please sign in to comment.