Skip to content

Commit

Permalink
updated installing instructions to use pip (SciTools#5273)
Browse files Browse the repository at this point in the history
* updated installing instructions to use pip

* updated whatsnew
  • Loading branch information
tkknight authored Apr 24, 2023
1 parent 7420f8b commit 1afae0d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
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

0 comments on commit 1afae0d

Please sign in to comment.