You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mamba env create -f ess.yml # same as ``conda env create -f ess.yml``
20
33
conda activate ess
21
34
jupyter lab
22
35
@@ -36,20 +49,33 @@ You may want to remove your old environment first, e.g.,
36
49
and then proceed as per instructions above.
37
50
The ``conda activate`` ensures that you are in your ``base`` environment.
38
51
52
+
Using Mantid
53
+
~~~~~~~~~~~~
54
+
55
+
If you want to install ``mantid`` alongside ``ess`` in your environment, use the :download:`ess-mantid.yml <../environments/ess-mantid.yml>` environment file instead:
56
+
57
+
.. code-block:: sh
58
+
59
+
mamba env create -f ess-mantid.yml # same as ``conda env create -f ess-mantid.yml``
0 commit comments