Skip to content

Commit

Permalink
Replaced instruction to use -c intel
Browse files Browse the repository at this point in the history
Also mention possibility to install from conda-forge channel.
  • Loading branch information
oleksandr-pavlyk committed Jul 19, 2024
1 parent fcbb6aa commit 5ac1c3e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@
as a stand-alone package. It can be installed into conda environment using

```
conda install -c intel mkl_fft
conda install -c https://software.repos.intel.com/python/conda mkl_fft
```

or from conda-forge channel:

```
conda install -c conda-forge mkl_fft
```

---
Expand Down

0 comments on commit 5ac1c3e

Please sign in to comment.