Skip to content

Commit dd26bd7

Browse files
authored
Remove the wheels installation with anaconda from the instruction
1 parent b800a4e commit dd26bd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ python scripts/build_locally.py
4141
## Install Wheel Package via pip
4242
Install 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

4747
Set path to Performance Libraries in case of using venv or system Python:

0 commit comments

Comments
 (0)