FSL-MRS can currently be installed using two methods.
FSL-MRS can currently be installed using one of two methods.
1. From GitLab
~~~~~~~~~~~~~~
Option 1: From GitLab
~~~~~~~~~~~~~~~~~~~~~
Download or clone from |fslmrs_gitlab|_. To get FSL-MRS with example data and example Jupyter notebooks, download the full package from gitlab. `Git LFS <https://git-lfs.github.com/>`_ must be installed to download package data.
::
...
...
@@ -13,10 +15,11 @@ Download or clone from |fslmrs_gitlab|_. To get FSL-MRS with example data and ex
cd fsl_mrs
pip install .
2. From Conda
~~~~~~~~~~~~~
Option 2: From Conda
~~~~~~~~~~~~~~~~~~~~
The primary installation method is via *conda*. After installing conda and creating or activating a suitable `enviroment <https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html>`_ you can install FSL-MRS from the FSL conda channel.
The primary installation method is via *conda*. After installing conda and creating or activating a suitable you can install FSL-MRS from the FSL conda channel. See our page on setting up a :ref:`conda enviroment
<conda>` for a step by step guide.
::
...
...
@@ -24,6 +27,11 @@ The primary installation method is via *conda*. After installing conda and creat
Installation with conda is easy, but you won't get the packaged example data and notebooks. This can be downloaded separately here: |fslmrs_pkg_data|_.
spec2nii
~~~~~~~~
To convert data to NIfTI install the spec2nii program from conda.
Troubleshooting hints and tips will be added here. If you are having a problem which cannot be solved by anything on this page, either try searching the `FSL
mailing list <https://www.jiscmail.ac.uk/cgi-bin/webadmin?A0=FSL>`_ archives to see if somebody else has had the same problem, or send a email to the mailing list.
MRS specific questions may be better answered on the `MRSHub forums <https://forum.mrshub.org/>`_.
Bug Reporting
=============
Please report bugs on the public |fslmrs_github_tracker|_ or via email to the |dev_email|_.
Troubleshooting hints
=====================
1. Unable to find example data
If you installed FSL-MRS through conda the example data can be downloaded directly from the GitLab repository `folder <https://git.fmrib.ox.ac.uk/fsl/fsl_mrs/-/tree/master/example_usage>`_.