Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 919 Bytes

quick-start-install.md

File metadata and controls

26 lines (22 loc) · 919 Bytes
title
Installation

Create a launcher via coursier with

$ SCALA_VERSION=@SCALA_VERSION@ ALMOND_VERSION=@VERSION@
$ coursier bootstrap @EXTRA_COURSIER_ARGS@\
    -r jitpack \
    -i user -I user:sh.almond:scala-kernel-api_$SCALA_VERSION:$ALMOND_VERSION \
    sh.almond:scala-kernel_$SCALA_VERSION:$ALMOND_VERSION \
    --sources --default=true \
    -o almond

See the available versions of almond here, adjust ALMOND_VERSION and SCALA_VERSION at your convenience (not all combinations are guaranteed to be available, see the available combinations here).

Run the launcher like

$ ./almond --install

to install the kernel. See ./almond --help for the available options. Once the kernel is installed, the generated launcher can then be safely removed, with rm -f almond.