We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c13a9a2 + 2ef3ce1 commit 7289e00Copy full SHA for 7289e00
.travis.yml
README.md
@@ -5,7 +5,13 @@
5
as a stand-alone package. It can be installed into conda environment using
6
7
```
8
- conda install -c intel mkl_fft
+ 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
15
16
17
---
0 commit comments