From f42b1c00280cde1b952e96c9c6dc63bb356026bc Mon Sep 17 00:00:00 2001 From: Rosie Wood Date: Tue, 9 Apr 2024 08:45:57 +0100 Subject: [PATCH] update installation instructions --- docs/source/Install.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/Install.rst b/docs/source/Install.rst index fc6cf6d6..d0033948 100644 --- a/docs/source/Install.rst +++ b/docs/source/Install.rst @@ -31,9 +31,9 @@ Once you have installed either Ananconda or miniconda, open your terminal and us .. code-block:: bash - conda create -n mapreader python=3.9 + conda create -n mapreader - This will create a conda enviroment which uses python version 3.9. + This will create a conda enviroment for you to install MapReader and its dependencies into. - Activate your conda environment: