Skip to content

Commit

Permalink
Update installation.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
uniomni committed Jun 1, 2023
1 parent 404ecdc commit 79d3b31
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 79d3b31

Please sign in to comment.