Skip to content

Commit

Permalink
Modify docs for conda installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
pnbabu committed Dec 4, 2024
1 parent 166fd67 commit 00180f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/conda-forge/miniforge>`_ or `micromamba <https://mamba.readthedocs.io/en/latest/installation/micromamba-installation.html>`_ in place of Anaconda/miniconda.
We recommend using `miniforge <https://github.com/conda-forge/miniforge>`_ or `micromamba <https://mamba.readthedocs.io/en/latest/installation/micromamba-installation.html>`_ in place of Anaconda/miniconda as they have some advantages when installing in larger environments.

.. code-block:: bash
Expand Down

0 comments on commit 00180f0

Please sign in to comment.