From ac43d074799f939b7188fc8fd30fb2e522cabed9 Mon Sep 17 00:00:00 2001 From: Mark Dean Date: Wed, 5 Jun 2024 15:52:45 -0400 Subject: [PATCH] docs update --- docs/source/user/installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/user/installation.rst b/docs/source/user/installation.rst index 6a03299e..9ad5bfae 100644 --- a/docs/source/user/installation.rst +++ b/docs/source/user/installation.rst @@ -1,14 +1,14 @@ ************ Installation ************ -For Linux and macOS users we suggest :ref:`installing with anaconda `. For Windows machines, we suggest using the :ref:`docker instructions `, which are relatively straightforward. If desired, you can also compile the code from the source for Linux and macOS. +For Linux users we suggest :ref:`installing with anaconda `. For Windows and macOS machines, we suggest using the :ref:`docker instructions `, which are relatively straightforward. If desired, you can also compile the code from the source for Linux. .. _AnacondaInstall: Install and use edrixs via Anaconda ==================================================== -A conda package has been built for Linux and macOS systems. To use edrixs via Anaconda, you need first to install `Anaconda `_ in your system. +A conda package has been built for Linux. To use edrixs via Anaconda, you need first to install `Anaconda `_ in your system. We recommend installing edrixs into a separate environment, for example, called ``edrixs_env``, together with any other packages you might want to use like this:: conda create --name edrixs_env -c conda-forge python=3.10 edrixs matplotlib