From 44ac08a08e5421150ff413d76166dccec53c2556 Mon Sep 17 00:00:00 2001 From: Sachin Singh Rawat <65949725+sachinrawat2207@users.noreply.github.com> Date: Mon, 2 Oct 2023 17:49:58 +0530 Subject: [PATCH] corrected the typo in the installation command --- docs/source/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/installation.rst b/docs/source/installation.rst index f2f961e..3af4eef 100644 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -19,7 +19,7 @@ mpi4py-fft, with all the above dependencies, is :: - conda install -c conda-forge mpifpy-fft h5py=*=mpi* + conda install -c conda-forge mpi4py-fft h5py=*=mpi* You probably want to install into a fresh environment, though, which can be achieved with