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.
43
43
44
44
# Installing
45
45
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)
48
48
Distribution for
49
49
Python] ( https://www.intel.com/content/www/us/en/developer/tools/oneapi/distribution-for-python.html )
50
50
(IDP).
@@ -70,12 +70,13 @@ cloud, use the following command:
70
70
conda install dpctl -c intel
71
71
```
72
72
73
- ## PyPi
73
+ ## Pip
74
74
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:
76
77
77
78
``` bash
78
- pip3 install dpctl
79
+ python -m pip install --index-url https://pypi.anaconda.org/intel/simple dpctl
79
80
```
80
81
81
82
Installing the bleeding edge
You can’t perform that action at this time.
0 commit comments