Skip to content

Commit

Permalink
remove --force option as it is not present in conda (only mamba)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkknight committed Aug 11, 2024
1 parent 8a15e4a commit 1a29f94
Showing 1 changed file with 1 addition and 8 deletions.
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

0 comments on commit 1a29f94

Please sign in to comment.