Skip to content

Commit ff987dd

Browse files
fix typo in readme.md with pypi installation (#1106)
1 parent 5287fb8 commit ff987dd

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
@@ -29,7 +29,7 @@ cd dpnp
2929
## Install Wheel Package from Pypi
3030
Install DPNP
3131
```cmd
32-
python -m pip install --index-url https://pypi.anaconda.org/intel/simple -extra-index-url https://pypi.org/simple dpnp
32+
python -m pip install --index-url https://pypi.anaconda.org/intel/simple --extra-index-url https://pypi.org/simple dpnp
3333
```
3434
Note: DPNP wheel package is placed on Pypi, but some of its dependencies (like Intel numpy) are in Anaconda Cloud.
3535
That is why install command requires additional intel Pypi channel from Anaconda Cloud.

0 commit comments

Comments
 (0)