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 5287fb8 commit ff987ddCopy full SHA for ff987dd
README.md
@@ -29,7 +29,7 @@ cd dpnp
29
## Install Wheel Package from Pypi
30
Install DPNP
31
```cmd
32
-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 --extra-index-url https://pypi.org/simple dpnp
33
```
34
Note: DPNP wheel package is placed on Pypi, but some of its dependencies (like Intel numpy) are in Anaconda Cloud.
35
That is why install command requires additional intel Pypi channel from Anaconda Cloud.
0 commit comments