Skip to content

Commit

Permalink
Replace use of "-c intel" in the README.
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-pavlyk committed Sep 24, 2024
1 parent 2f0e053 commit 030e162
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,17 @@ Patches were factored out per community feedback ([NEP-36](https://numpy.org/nep
as a stand-alone package. It can be installed into conda environment using

```
conda install -c intel mkl_umath
conda install -c https://software.repos.intel.com/python/conda mkl_umath
```

---

To install mkl_umath Pypi package please use following command:

```
python -m pip install --i https://pypi.anaconda.org/intel/simple -extra-index-url https://pypi.org/simple mkl_umath
python -m pip install mkl_umath
```

If command above installs NumPy package from the Pypi, please use following command to install Intel optimized NumPy wheel package from Anaconda Cloud:

```
python -m pip install --i https://pypi.anaconda.org/intel/simple -extra-index-url https://pypi.org/simple mkl_umath numpy==<numpy_version>
```

Where `<numpy_version>` should be the latest version from https://anaconda.org/intel/numpy

---

## Building
Expand Down

0 comments on commit 030e162

Please sign in to comment.