Skip to content

Commit ab0faea

Browse files
Merge pull request #536 from IntelPython/bugfix/gh-525-readme-typo
Fixed typo in pip installation instruction. Fixes #525
2 parents 9197366 + 8f819c0 commit ab0faea

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)