Skip to content

Commit

Permalink
Revert "Merge pull request nest#998 from pippowell/patch-1"
Browse files Browse the repository at this point in the history
This reverts commit e2b6547, reversing
changes made to f772922.
  • Loading branch information
C.A.P. Linssen committed Dec 17, 2024
1 parent 0596e8e commit 0d27ad7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions doc/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ After installation, correct operation can be tested by:
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.
In preparation, `create a conda environment with NEST <https://nest-simulator.readthedocs.io/en/stable/installation/index.html>`_, and install some additional dependencies.

.. note::

Expand All @@ -93,7 +92,7 @@ Please make sure to have the latest conda version installed and to create a new
conda create --name <env_name>
conda activate <env_name>
conda install -c conda-forge nest-simulator ipython cxx-compiler boost boost-cpp libboost cmake make
conda install -c conda-forge nest-simulator ipython cxx-compiler boost boost-cpp libboost
pip install nestml
Alternatively, NEST can also be installed from source in a conda environment. The instructions can be found `here <https://nest-simulator.readthedocs.io/en/stable/installation/condaenv_install.html#condaenv>`_.
Expand Down

0 comments on commit 0d27ad7

Please sign in to comment.