Skip to content

Commit a331a48

Browse files
authored
Improve documentation on installing the development version of ESMValCore (#4433)
1 parent 2acb91d commit a331a48

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

doc/sphinx/source/quickstart/installation.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,18 @@ and uncomment this line:
473473
Make sure the path in the line you just uncommented points to the ESMValCore
474474
repository you just cloned.
475475

476+
.. tip::
477+
478+
Do not forget to update the pixi lock file by running ``pixi lock`` after
479+
making changes to pyproject.toml if you are running the pixi commands with
480+
the ``--frozen`` flag or have set ``export PIXI_FROZEN=true``.
481+
482+
The environment can now be activated by running
483+
484+
.. code-block:: bash
485+
486+
pixi shell -e esmvalcore-dev
487+
476488
Finally, also install the ESMValCore :ref:`pre-commit` hooks by going into the
477489
directory containing the ESMValCore source code and running:
478490

0 commit comments

Comments
 (0)