Skip to content

Commit 8b5c7df

Browse files
committed
Remove the wheels installation with anaconda from the instruction
1 parent 08b443a commit 8b5c7df

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,9 @@ or from conda-forge channel:
1919
To install mkl_fft Pypi package please use following command:
2020

2121
```
22-
python -m pip install --index-url https://pypi.anaconda.org/intel/simple --extra-index-url https://pypi.org/simple mkl_fft
22+
python -m pip install 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 Anaconda Cloud:
26-
27-
```
28-
python -m pip install --index-url https://pypi.anaconda.org/intel/simple --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://anaconda.org/intel/numpy
32-
3325
---
3426

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

0 commit comments

Comments
 (0)