Skip to content

Commit 2a7930c

Browse files
Merge pull request #123 from ekomarova/update_readme
Remove the wheels installation with anaconda from the instruction and add Intel channel for installing wheels
2 parents 08b443a + 684beab commit 2a7930c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ 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 --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 Anaconda Cloud:
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:
2626

2727
```
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>
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>
2929
```
3030

31-
Where `<numpy_version>` should be the latest version from https://anaconda.org/intel/numpy
31+
Where `<numpy_version>` should be the latest version from https://software.repos.intel.com/python/conda/
3232

3333
---
3434

0 commit comments

Comments
 (0)