From 00180f07adb72113f1acfb80b34998cef89cabc5 Mon Sep 17 00:00:00 2001
From: Pooja Babu
Date: Wed, 4 Dec 2024 14:56:06 +0100
Subject: [PATCH] Modify docs for conda installation instructions
---
doc/installation.rst | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/installation.rst b/doc/installation.rst
index f96d3771e..8e0e56c49 100644
--- a/doc/installation.rst
+++ b/doc/installation.rst
@@ -80,14 +80,14 @@ After installation, correct operation can be tested by:
python setup.py test
-Installation with conda
------------------------
+Installation with conda (with NEST simulator)
+---------------------------------------------
Please make sure to have the latest conda version installed and to create a new environment with the command below, i.e. installing all packages together at the start versus installing one by one.
.. note::
- We recommend using `miniforge `_ or `micromamba `_ in place of Anaconda/miniconda.
+ We recommend using `miniforge `_ or `micromamba `_ in place of Anaconda/miniconda as they have some advantages when installing in larger environments.
.. code-block:: bash