Skip to content

Commit 417010a

Browse files
Merge pull request #8 from ekomarova/update_readme
Remove conda and wheel installation with anaconda from the instruction
2 parents 1736189 + 392ebd1 commit 417010a

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,17 @@ Patches were factored out per community feedback ([NEP-36](https://numpy.org/nep
1010
as a stand-alone package. It can be installed into conda environment using
1111

1212
```
13-
conda install -c intel mkl_umath
13+
conda install -c https://software.repos.intel.com/python/conda mkl_umath
1414
```
1515

1616
---
1717

1818
To install mkl_umath Pypi package please use following command:
1919

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

24-
If command above installs NumPy package from the Pypi, please use following command to install Intel optimized NumPy wheel package from Anaconda Cloud:
25-
26-
```
27-
python -m pip install --i https://pypi.anaconda.org/intel/simple -extra-index-url https://pypi.org/simple mkl_umath numpy==<numpy_version>
28-
```
29-
30-
Where `<numpy_version>` should be the latest version from https://anaconda.org/intel/numpy
31-
3224
---
3325

3426
## Building

0 commit comments

Comments
 (0)