Skip to content

Commit 684beab

Browse files
authored
Add Intel pypi channel
1 parent 8b5c7df commit 684beab

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
@@ -19,9 +19,17 @@ or from conda-forge channel:
1919
To install mkl_fft Pypi package please use following command:
2020

2121
```
22-
python -m pip install mkl_fft
22+
python -m pip install --index-url https://software.repos.intel.com/python/pypi --extra-index-url https://pypi.org/simple mkl_fft
2323
```
2424

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

2735
Since MKL FFT supports performing discrete Fourier transforms over non-contiguously laid out arrays, MKL can be directly

0 commit comments

Comments
 (0)