File tree Expand file tree Collapse file tree 2 files changed +3
-11
lines changed
docs/doc_sources/beginners_guides Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -72,11 +72,11 @@ conda install dpctl -c https://software.repos.intel.com/python/conda/ -c conda-f
7272
7373## Pip
7474
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:
75+ The ` dpctl ` can be installed using ` pip ` obtaining wheel packages from PyPi.
76+ To install ` dpctl ` wheel package, run the following command:
7777
7878``` bash
79- python -m pip install --index-url https://pypi.anaconda.org/intel/simple dpctl
79+ python -m pip install dpctl
8080```
8181
8282Installing the bleeding edge
Original file line number Diff line number Diff line change @@ -54,14 +54,6 @@ Binary wheels are published with Python Package Index (https://pypi.org/project/
5454
5555 python -m pip install dpctl
5656
57- Binary wheels of ``dpctl `` and its dependencies are also published on
58- http://anaconda.org/intel. To install from this non-default package index,
59- use
60-
61- .. code-block :: bash
62-
63- python -m pip install --index-url https://pypi.anaconda.org/intel/simple dpctl
64-
6557 .. note ::
6658 As of April 2024, installation using ``pip `` on Linux* requires
6759 that host operating system had ``libstdc++.so `` library version 6.0.29
You can’t perform that action at this time.
0 commit comments