docker
Docker images of almond are automatically published on dockerhub upon each release.
Run the latest version with
$ docker run -it --rm -p 8888:8888 almondsh/almond:latest
Run a specific version with
$ docker run -it --rm -p 8888:8888 almondsh/almond:0.2.2
Run a specific version with a specific Scala version with
$ docker run -it --rm -p 8888:8888 almondsh/almond:0.2.2-scala-2.12.8
See here for the compatible Almond versions / Scala versions.