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 4ef36a3 commit 4288f29Copy full SHA for 4288f29
README.md
@@ -67,7 +67,7 @@ guide](https://www.intel.com/content/www/us/en/developer/articles/guide/installa
67
To install `dpctl` from the Intel(R) conda channel, use the following command:
68
69
```bash
70
-conda install dpctl -c https://software.repos.intel.com/python/conda/ -c conda-forge
+conda install dpctl -c https://software.repos.intel.com/python/conda/ -c conda-forge --override-channels
71
```
72
73
## Pip
@@ -86,7 +86,7 @@ To try out the latest features, install `dpctl` from our
86
development channel on Anaconda cloud:
87
88
89
-conda install dpctl -c dppy/label/dev -c conda-forge
+conda install dpctl -c dppy/label/dev -c conda-forge --override-channels
90
91
92
# Building
0 commit comments