From 95397a64f2c67c3983a3593ec11e90da748cb6b2 Mon Sep 17 00:00:00 2001 From: "Komarova, Evseniia" Date: Wed, 9 Oct 2024 17:45:11 +0200 Subject: [PATCH] Add Intel channel for installing wheels --- README.md | 2 +- doc/quick_start_guide.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2321e635aef..aa31495d88f 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ python scripts/build_locally.py ## Install Wheel Package via pip Install DPNP ```cmd -python -m pip install dpnp +python -m pip install --index-url https://software.repos.intel.com/python/pypi dpnp ``` Set path to Performance Libraries in case of using venv or system Python: diff --git a/doc/quick_start_guide.rst b/doc/quick_start_guide.rst index e76556c0744..6d586cddc50 100644 --- a/doc/quick_start_guide.rst +++ b/doc/quick_start_guide.rst @@ -44,7 +44,7 @@ You will need one of the commands below: * Conda: ``conda install dpnp -c https://software.repos.intel.com/python/conda/ -c conda-forge`` -* Pip: ``python -m pip install dpnp`` +* Pip: ``python -m pip install --index-url https://software.repos.intel.com/python/pypi dpnp`` These commands install dpnp package along with its dependencies, including ``dpctl`` package with `Data Parallel Control Library`_ and all required