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