File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff 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)
4848Distribution for
4949Python] ( 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:
7070conda 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
8182Installing the bleeding edge
You can’t perform that action at this time.
0 commit comments