We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 856615d commit dc5f816Copy full SHA for dc5f816
README.md
@@ -72,11 +72,11 @@ conda install dpctl -c https://software.repos.intel.com/python/conda/ -c conda-f
72
73
## Pip
74
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:
+The `dpctl` can be installed using `pip` obtaining wheel packages from PyPi.
+To install `dpctl` wheel package, run the following command:
77
78
```bash
79
-python -m pip install --index-url https://pypi.anaconda.org/intel/simple dpctl
+python -m pip install dpctl
80
```
81
82
Installing the bleeding edge
0 commit comments