Skip to content

Commit e4883a2

Browse files
Backport gh-2098 (#2107)
* Add Intel channel for installing wheels (#2098) * Updated Changelog --------- Co-authored-by: Evseniia Komarova <70146207+ekomarova@users.noreply.github.com>
1 parent 84edd9d commit e4883a2

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ In addition, this release completes implementation of `dpnp.fft` module and adds
108108
* Updated the test suit for `dpnp.fft` module [#2071](https://github.com/IntelPython/dpnp/pull/2071)
109109
* Reworked `dpnp.clip` implementation to align with Python Array API 2023.12 specification [#2048](https://github.com/IntelPython/dpnp/pull/2048)
110110
* Skipped outdated tests for `dpnp.linalg.solve` due to compatibility issues with NumPy 2.0 [#2074](https://github.com/IntelPython/dpnp/pull/2074)
111+
* Updated installation instructions [#2098](https://github.com/IntelPython/dpnp/pull/2098)
111112

112113
### Fixed
113114

README.md

+1-1
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

+1-1
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)