Skip to content

Commit

Permalink
Update installation.rst
Browse files Browse the repository at this point in the history
Deleted redundant instructions
  • Loading branch information
uniomni committed Jun 1, 2023
1 parent 79d3b31 commit 549dc6e
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -197,13 +197,6 @@ and finally install ANUGA. Do a standard `pip` install
conda install m2w64-gcc libpython
Finally it is sensible to test the installation.

.. code-block:: bash
pytest --pyargs anuga
.. note::

If you intend to develop ANUGA code then you should install ANUGA to be "editable". I.e.:
Expand All @@ -216,11 +209,12 @@ Finally it is sensible to test the installation.
develop code in the `anuga_core` directories. Note that if you change any `cython` or `C`
code you will need to run `pip install -e .` again for your changes to take effect.

Be sure to test your installation via:

.. code-block:: bash
Finally it is sensible to test the installation.

.. code-block:: bash
pytest --pyargs anuga
  pytest --pyargs anuga
Updating
Expand Down

0 comments on commit 549dc6e

Please sign in to comment.