Skip to content

Commit d159067

Browse files
Update install instruction for pip (#1531)
* Update pip install command * Minor update --------- Co-authored-by: Anton <[email protected]>
1 parent 17d7921 commit d159067

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,11 @@ cd dpnp
2929
python scripts/build_locally.py
3030
```
3131

32-
## Install Wheel Package from Pypi
32+
## Install Wheel Package via pip
3333
Install DPNP
3434
```cmd
35-
python -m pip install --index-url https://pypi.anaconda.org/intel/simple --extra-index-url https://pypi.org/simple dpnp
35+
python -m pip install --index-url https://pypi.anaconda.org/intel/simple dpnp
3636
```
37-
Note: DPNP wheel package is placed on Pypi, but some of its dependencies (like Intel numpy) are in Anaconda Cloud.
38-
That is why install command requires additional intel Pypi channel from Anaconda Cloud.
3937

4038
Set path to Performance Libraries in case of using venv or system Python:
4139
```cmd

0 commit comments

Comments
 (0)