Skip to content

Commit 7289e00

Browse files
Merge pull request #112 from IntelPython/replace-intel-channel
Replace intel channel
2 parents c13a9a2 + 2ef3ce1 commit 7289e00

File tree

2 files changed

+7
-32
lines changed

2 files changed

+7
-32
lines changed

.travis.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

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)