From c099382277f866c8650a8b7b6b18fbd94998a899 Mon Sep 17 00:00:00 2001 From: Arne de Laat Date: Mon, 16 Dec 2024 21:39:31 +0100 Subject: [PATCH] Update installation docs --- doc/installation.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/installation.rst b/doc/installation.rst index a14f470d..3112ccd4 100644 --- a/doc/installation.rst +++ b/doc/installation.rst @@ -50,11 +50,11 @@ you covered. Miniconda is the package manager used by the Anaconda distribution. Installation instructions can be found at https://conda.pydata.org/docs/install/quick.html. After installation, install -the following packages:: +the following package:: - $ conda install matplotlib scipy pytables + $ conda install --channel conda-forge hdf5 -This is enough to simply install |sapphire| using Pip (see below). +After this is should be possible to simply install |sapphire| using Pip (see below). Minimal installation (OS-specific)