Skip to content

Commit

Permalink
add PPA installation instructions to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
C.A.P. Linssen committed Nov 17, 2023
1 parent b2543df commit 1200a31
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion doc/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,30 @@ NESTML can then be installed into your local user directory via:

.. code-block:: bash
pip install --pre nestml
pip install nestml
Installing the latest release from PPA (Linux)
----------------------------------------------

NESTML can be installed via the ``apt`` package manager. This requires superuser (sudo) access. First, add the NEST PPA:

.. code-block:: bash
sudo add-apt-repository ppa:nest-simulator/nest
Then update the index and install the necessary packages:

.. code-block:: bash
sudo apt update
sudo apt install nest python3-nestml
Before running NEST or NESTML, make sure the correct environment variables are set by running the following command:

.. code-block:: bash
source /usr/bin/nest_vars.sh
Installing the latest development version from GitHub
Expand Down

0 comments on commit 1200a31

Please sign in to comment.