From a784d5ce2e2ad2e29465134d562c8d4d7dc98082 Mon Sep 17 00:00:00 2001 From: "Scherbakov, Denis" Date: Thu, 10 Aug 2023 07:58:19 -0500 Subject: [PATCH 1/2] Update pip install command --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 8661b7502f8..9074bc32e09 100644 --- a/README.md +++ b/README.md @@ -32,10 +32,8 @@ python scripts/build_locally.py ## Install Wheel Package from Pypi Install DPNP ```cmd -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 dpnp ``` -Note: DPNP wheel package is placed on Pypi, but some of its dependencies (like Intel numpy) are in Anaconda Cloud. -That is why install command requires additional intel Pypi channel from Anaconda Cloud. Set path to Performance Libraries in case of using venv or system Python: ```cmd From 5663771e976d901f3c291bd28435292808b108b0 Mon Sep 17 00:00:00 2001 From: "Scherbakov, Denis" Date: Tue, 22 Aug 2023 04:34:03 -0500 Subject: [PATCH 2/2] Minor update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9074bc32e09..04bc0e0bc3b 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ cd dpnp python scripts/build_locally.py ``` -## Install Wheel Package from Pypi +## Install Wheel Package via pip Install DPNP ```cmd python -m pip install --index-url https://pypi.anaconda.org/intel/simple dpnp