Skip to content

Commit 5ac1c3e

Browse files
Replaced instruction to use -c intel
Also mention possibility to install from conda-forge channel.
1 parent fcbb6aa commit 5ac1c3e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@
55
as a stand-alone package. It can be installed into conda environment using
66

77
```
8-
conda install -c intel mkl_fft
8+
conda install -c https://software.repos.intel.com/python/conda mkl_fft
9+
```
10+
11+
or from conda-forge channel:
12+
13+
```
14+
conda install -c conda-forge mkl_fft
915
```
1016

1117
---

0 commit comments

Comments
 (0)