1.4 KiB
Download and install notes
click :download:`here <https://msspec.cnrs.fr/downloads/msspec_latest.tar.gz>` to download the last version of MsSpec
System Message: ERROR/3 (<stdin>, line 6); backlink
Unknown interpreted text role "download".Installation
- There are 2 ways to install MsSpec. You can either:
- Use a Docker image
- Compile your own version
Using a Docker image
You first need Docker (Docker Desktop) to be installed on your system. This is really straightforward. Please see the Docker website for more information.
You the need to load the MsSpec Docker image. For this step you can either:
download the image (a *.tar.gz file) from the MsSpec website and then load it into Docker
System Message: ERROR/3 (<stdin>, line 32)
Unexpected indentation.
docker load < msspec_latest.tar.gz
pull the image from our repository:
System Message: ERROR/3 (<stdin>, line 37)
Unexpected indentation.
docker pull msspec:latest
That's all. MsSpec is installed. Now the command to launch the MsSpec environment depends slighly on the OS you are runing:
For Linux
System Message: ERROR/3 (<stdin>, line 44)
Unexpected indentation.
xhost + docker run --rm -it -e DISPLAY=$DISPLAY --net=host -v msspec_data:/home/msspec/data msspec
For Windows
System Message: ERROR/3 (<stdin>, line 49)
Unexpected indentation.
docker run --rm -it -e DISPLAY=host.internal.display:0 -v msspec_data:/home/msspec/data msspec
Compile your own version
To install MsSpec this way, follow the instructions here