Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/src/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,10 @@ all the packages from the `testing` and `documentation` sections.

.. _requirements: https://github.com/scitools/iris/tree/main/requirements

Finally you need to run the command to configure your shell environment
to find your local Iris code::
Finally you need to run the command to configure your environment
to find your local Iris code. From your Iris directory run::

python setup.py develop
pip install --no-deps --editable .


Running the Tests
Expand Down
5 changes: 4 additions & 1 deletion docs/src/whatsnew/latest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ This document explains the changes made to Iris for this release
3.11. (:pull:`5226`)

#. `@rcomer`_ dropped support for python 3.8, in accordance with the NEP29_
recommendations (:pull:`5226`)
recommendations (:pull:`5226`)


📚 Documentation
Expand All @@ -80,6 +80,9 @@ This document explains the changes made to Iris for this release
``livehtml`` to auto generate the documentation when changes are detected
during development. (:pull:`5258`)

#. `@tkknight`_ updated the :ref:`installing_from_source` instructions to use
``pip``. (:pull:`5273`)


💼 Internal
===========
Expand Down