Skip to content

Commit 4e1ceab

Browse files
updated quickstart guide on mslice to reflect it as an optional dep of mantidworkbench conda installs
1 parent 90bc7c7 commit 4e1ceab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/source/quickstart.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ MSlice is included in the Mantid distribution so the easiest way to start it is
88

99
.. image:: images/quickstart/mantid_interfaces_menu.png
1010

11-
The version of *MSlice* distributed with Mantid is the last stable version. Starting with *MantidWorkbench* version 6.12, MSlice is
12-
included as a conda package within *MantidWorkbench*. This enables users to replace the MSlice version within the conda environment
13-
where *MantidWorkbench* is set up.
11+
The version of *MSlice* distributed with Mantid is the last stable version. For conda installs starting from *MantidWorkbench* version 6.14, MSlice is
12+
made an optional dependency of *MantidWorkbench*. This enables users to selectively install the MSlice version within the conda environment
13+
where *MantidWorkbench* is set up. For standalone installs of *MantidWorkbench*, the last stable version of MSlice is included.
1414
For versions of *MantidWorkbench* prior to 6.12., it is possible to replace MSlice with the latest development version on `GitHub`.
1515
To get this version, please download this `zip <https://github.com/mantidproject/mslice/archive/main.zip>`_ and extract it to a
1616
folder on your computer. You can then copy the ``mslice`` subfolder (the folder containing a file called ``__init__.py``) to the
1717
``scripts/ExternalInterfaces/`` folder of *Mantid*, which will make the new version accessible from *MantidWorkbench*.
1818

19-
Alternatively, Mslice is available as a conda package via anaconda.org on the `mantid channel <https://anaconda.org/mantid/mslice>`_.
19+
Alternatively, MSlice is available as a conda package via anaconda.org on the `mantid channel <https://anaconda.org/mantid/mslice>`_.
2020
To install the released conda package do ``mamba install -c mantid mslice``.
2121
To install the latest nightly conda package do ``mamba install -c mantid/label/nightly mslice``. The nightly conda package includes
2222
all recent changes of the development version up to and including the day before and is only created when all tests have run

0 commit comments

Comments
 (0)