Skip to content

Commit add75ea

Browse files
committed
Update installation instructions
1 parent 7abed21 commit add75ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ Syntax and functionality are inspired by `numpy.fft`, the FFT module in the Pyth
2121

2222
## Installation
2323

24-
Using `conda`:
24+
Using `mamba` (or conda):
2525

2626
```bash
27-
conda install xtensor-fftw -c conda-forge
27+
mamba install xtensor-fftw -c conda-forge
2828
```
2929

3030
This automatically installs dependencies as well (see [list of dependencies](#dependencies) below).

0 commit comments

Comments
 (0)