From d7b9fbd86729fa605461f1f5e63382a62838b42d Mon Sep 17 00:00:00 2001 From: Evseniia Komarova <70146207+ekomarova@users.noreply.github.com> Date: Tue, 3 Sep 2024 15:49:01 +0200 Subject: [PATCH] Remove the wheels installation with anaconda from the instruction --- 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 086f33c895aa..2321e635aef8 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 --index-url https://pypi.anaconda.org/intel/simple dpnp +python -m pip install 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 b6ab225c5fa7..c08fa614187e 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 --index-url https://pypi.anaconda.org/intel/simple dpnp`` +* Pip: ``python -m pip install dpnp`` These commands install dpnp package along with its dependencies, including ``dpctl`` package with `Data Parallel Control Library`_ and all required