From 79d3b31fb5f3c935dad3e706beb61e9170d34f44 Mon Sep 17 00:00:00 2001 From: Ole Nielsen Date: Thu, 1 Jun 2023 17:06:01 +1000 Subject: [PATCH] Update installation.rst --- docs/source/installation.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/source/installation.rst b/docs/source/installation.rst index cd3477703..e9aa1ffe4 100644 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -158,12 +158,13 @@ Now we need to download the ANUGA source code from `github` This creates a directory `anuga_core`. +.. note:: -If you want to also contribute to the code base, you must have a GitHub account and setup authentication from your developer workstation to GitHub as per these instructions: https://docs.github.com/en/authentication/managing-commit-signature-verification. The command to clone ANUGA as a developer is then +   If you want to also contribute to the code base, you must have a GitHub account and setup authentication from your developer workstation to GitHub as per these instructions: https://docs.github.com/en/authentication/managing-commit-signature-verification. The command to clone ANUGA as a developer is then -.. code-block:: bash + .. code-block:: bash - git clone git@github.com:anuga-community/anuga_core.git + git clone git@github.com:anuga-community/anuga_core.git Now create and activate a `conda` environment with ANUGA's current dependencies as defined in the file `environment.yml`