Skip to content

Commit 4288f29

Browse files
update conda command also in readme
1 parent 4ef36a3 commit 4288f29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ guide](https://www.intel.com/content/www/us/en/developer/articles/guide/installa
6767
To install `dpctl` from the Intel(R) conda channel, use the following command:
6868

6969
```bash
70-
conda install dpctl -c https://software.repos.intel.com/python/conda/ -c conda-forge
70+
conda install dpctl -c https://software.repos.intel.com/python/conda/ -c conda-forge --override-channels
7171
```
7272

7373
## Pip
@@ -86,7 +86,7 @@ To try out the latest features, install `dpctl` from our
8686
development channel on Anaconda cloud:
8787

8888
```bash
89-
conda install dpctl -c dppy/label/dev -c conda-forge
89+
conda install dpctl -c dppy/label/dev -c conda-forge --override-channels
9090
```
9191

9292
# Building

0 commit comments

Comments
 (0)