We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2acb91d commit a331a48Copy full SHA for a331a48
1 file changed
doc/sphinx/source/quickstart/installation.rst
@@ -473,6 +473,18 @@ and uncomment this line:
473
Make sure the path in the line you just uncommented points to the ESMValCore
474
repository you just cloned.
475
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
488
Finally, also install the ESMValCore :ref:`pre-commit` hooks by going into the
489
directory containing the ESMValCore source code and running:
490
0 commit comments