Skip to content

Commit abdc5c7

Browse files
authored
Add Intel channel for installing wheels
1 parent 23bbbe4 commit abdc5c7

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,17 @@ as a stand-alone package. It can be installed into conda environment using
2121
To install mkl_umath Pypi package please use following command:
2222

2323
```
24-
python -m pip install mkl_umath
24+
python -m pip install --i https://software.repos.intel.com/python/pypi -extra-index-url https://pypi.org/simple mkl_umath
2525
```
2626

27+
If command above installs NumPy package from the Pypi, please use following command to install Intel optimized NumPy wheel package from Intel Pypi Cloud:
28+
29+
```
30+
python -m pip install --i https://software.repos.intel.com/python/pypi -extra-index-url https://pypi.org/simple mkl_umath numpy==<numpy_version>
31+
```
32+
33+
Where `<numpy_version>` should be the latest version from https://software.repos.intel.com/python/conda/
34+
2735
---
2836

2937
## Building

0 commit comments

Comments
 (0)