1.1 KiB
1.1 KiB
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
</head>
</html>
Download and install notes
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.
pull the image from our repository:
System Message: ERROR/3 (<stdin>, line 26)
Unexpected indentation.
docker pull iprcnrs/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 33)
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 38)
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