Skip to content

Commit

Permalink
Remove the wheels installation with anaconda from the instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
ekomarova committed Sep 3, 2024
1 parent 856615d commit dc5f816
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ conda install dpctl -c https://software.repos.intel.com/python/conda/ -c conda-f

## Pip

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

```bash
python -m pip install --index-url https://pypi.anaconda.org/intel/simple dpctl
python -m pip install dpctl
```

Installing the bleeding edge
Expand Down

0 comments on commit dc5f816

Please sign in to comment.