Skip to content

Commit 8f819c0

Browse files
Fixed typo in pip installation instruction. Fixes #525
Double dash was needed instead of single dash in front of extra-index-url option
1 parent 9197366 commit 8f819c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Install Wheel Package from Pypi
8080
==================================
8181
1. Install dpctl
8282
```cmd
83-
python -m pip install --index-url https://pypi.anaconda.org/intel/simple -extra-index-url https://pypi.org/simple dpctl
83+
python -m pip install --index-url https://pypi.anaconda.org/intel/simple --extra-index-url https://pypi.org/simple dpctl
8484
```
8585
Note: dpctl wheel package is placed on Pypi, but some of its dependencies (like Intel numpy) are in Anaconda Cloud.
8686
That is why install command requires additional intel Pypi channel from Anaconda Cloud.

0 commit comments

Comments
 (0)