From add75eac5b17e9b7a8d72b26caaeaa847092d6ab Mon Sep 17 00:00:00 2001 From: Sylvain Corlay Date: Tue, 13 Apr 2021 20:37:02 +0200 Subject: [PATCH] Update installation instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c23cf09..d4c37b2 100644 --- a/README.md +++ b/README.md @@ -21,10 +21,10 @@ Syntax and functionality are inspired by `numpy.fft`, the FFT module in the Pyth ## Installation -Using `conda`: +Using `mamba` (or conda): ```bash -conda install xtensor-fftw -c conda-forge +mamba install xtensor-fftw -c conda-forge ``` This automatically installs dependencies as well (see [list of dependencies](#dependencies) below).