File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ python scripts/build_locally.py
41
41
## Install Wheel Package via pip
42
42
Install DPNP
43
43
``` cmd
44
- python -m pip install dpnp
44
+ python -m pip install --index-url https://software.repos.intel.com/python/pypi dpnp
45
45
```
46
46
47
47
Set path to Performance Libraries in case of using venv or system Python:
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ You will need one of the commands below:
44
44
45
45
* Conda: ``conda install dpnp -c https://software.repos.intel.com/python/conda/ -c conda-forge ``
46
46
47
- * Pip: ``python -m pip install dpnp ``
47
+ * Pip: ``python -m pip install --index-url https://software.repos.intel.com/python/pypi dpnp ``
48
48
49
49
These commands install dpnp package along with its dependencies, including
50
50
``dpctl `` package with `Data Parallel Control Library `_ and all required
You can’t perform that action at this time.
0 commit comments