Skip to content

Commit 1837853

Browse files
authored
Add Intel channel for installing wheels (#2098)
1 parent 7effabc commit 1837853

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ python scripts/build_locally.py
4141
## Install Wheel Package via pip
4242
Install DPNP
4343
```cmd
44-
python -m pip install dpnp
44+
python -m pip install --index-url https://software.repos.intel.com/python/pypi dpnp
4545
```
4646

4747
Set path to Performance Libraries in case of using venv or system Python:

doc/quick_start_guide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ You will need one of the commands below:
4444

4545
* Conda: ``conda install dpnp -c https://software.repos.intel.com/python/conda/ -c conda-forge``
4646

47-
* Pip: ``python -m pip install dpnp``
47+
* Pip: ``python -m pip install --index-url https://software.repos.intel.com/python/pypi dpnp``
4848

4949
These commands install dpnp package along with its dependencies, including
5050
``dpctl`` package with `Data Parallel Control Library`_ and all required

0 commit comments

Comments
 (0)