Skip to content
Merged
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
9 changes: 1 addition & 8 deletions docs/src/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,16 +72,9 @@ Once conda is installed, you can create a development environment for Iris
using conda and then activate it. The example commands below assume you are in
the root directory of your local copy of Iris::

conda env create --force --file=requirements/iris.yml
conda env create --file=requirements/iris.yml
conda activate iris-dev

.. note::

The ``--force`` option, used when creating the environment, first removes
any previously existing ``iris-dev`` environment of the same name. This is
particularly useful when rebuilding your environment due to a change in
requirements.

The ``requirements/iris.yml`` file defines the Iris development conda
environment *name* and all the relevant *top level* `conda-forge` package
dependencies that you need to **code**, **test**, and **build** the
Expand Down