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 9197366 commit 8f819c0Copy full SHA for 8f819c0
README.md
@@ -80,7 +80,7 @@ Install Wheel Package from Pypi
80
==================================
81
1. Install dpctl
82
```cmd
83
-python -m pip install --index-url https://pypi.anaconda.org/intel/simple -extra-index-url https://pypi.org/simple dpctl
+python -m pip install --index-url https://pypi.anaconda.org/intel/simple --extra-index-url https://pypi.org/simple dpctl
84
```
85
Note: dpctl wheel package is placed on Pypi, but some of its dependencies (like Intel numpy) are in Anaconda Cloud.
86
That is why install command requires additional intel Pypi channel from Anaconda Cloud.
0 commit comments