File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ python scripts/build_locally.py
4141## Install Wheel Package via pip
4242Install DPNP
4343``` cmd
44- python -m pip install --index-url https://pypi.anaconda.org/intel/simple dpnp
44+ python -m pip install dpnp
4545```
4646
4747Set path to Performance Libraries in case of using venv or system Python:
Original file line number Diff line number Diff 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 --index-url https://pypi.anaconda.org/intel/simple dpnp ``
47+ * Pip: ``python -m pip install dpnp ``
4848
4949These commands install dpnp package along with its dependencies, including
5050``dpctl `` package with `Data Parallel Control Library `_ and all required
You can’t perform that action at this time.
0 commit comments