From 030e1620b0d567502ce8ebc3be4d93f148b09644 Mon Sep 17 00:00:00 2001 From: Oleksandr Pavlyk Date: Tue, 24 Sep 2024 08:22:49 -0500 Subject: [PATCH] Replace use of "-c intel" in the README. --- README.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 006aa88..0e2bd0b 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ 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 ``` --- @@ -18,17 +18,9 @@ as a stand-alone package. It can be installed into conda environment using 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== -``` - -Where `` should be the latest version from https://anaconda.org/intel/numpy - --- ## Building