We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17d7921 commit d159067Copy full SHA for d159067
README.md
@@ -29,13 +29,11 @@ cd dpnp
29
python scripts/build_locally.py
30
```
31
32
-## Install Wheel Package from Pypi
+## Install Wheel Package via pip
33
Install DPNP
34
```cmd
35
-python -m pip install --index-url https://pypi.anaconda.org/intel/simple --extra-index-url https://pypi.org/simple dpnp
+python -m pip install --index-url https://pypi.anaconda.org/intel/simple dpnp
36
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.
39
40
Set path to Performance Libraries in case of using venv or system Python:
41
0 commit comments