Installation

Option 2: MILK installation as a Julia module

Install Julia from the official website.

Note that MILK was developed and tested using Julia version 1.11.3.


Install MILK using Julia’s package manager:

In REPL:

using Pkg
Pkg.add(url="https://github.com/yachielab/milk.git")

Or, from the shell:

julia -e 'using Pkg; Pkg.add(url="https://github.com/yachielab/milk.git")'

Optionally, users can export the source directory to PATH:

echo 'export PATH="$PATH:./milk"

Verify successful installation

Confirm successful installation with the following call:

milk -h