Skip to content

Commit dc5f816

Browse files
committed
Remove the wheels installation with anaconda from the instruction
1 parent 856615d commit dc5f816

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@ conda install dpctl -c https://software.repos.intel.com/python/conda/ -c conda-f
7272

7373
## Pip
7474

75-
The `dpctl` can be installed using `pip` obtaining wheel packages either from PyPi or from Intel(R) channel on Anaconda.
76-
To install `dpctl` wheel package from Intel(R) channel on Anaconda, run the following command:
75+
The `dpctl` can be installed using `pip` obtaining wheel packages from PyPi.
76+
To install `dpctl` wheel package, run the following command:
7777

7878
```bash
79-
python -m pip install --index-url https://pypi.anaconda.org/intel/simple dpctl
79+
python -m pip install dpctl
8080
```
8181

8282
Installing the bleeding edge

0 commit comments

Comments
 (0)