From the Julia REPL's Pkg mode (open a REPL and type ] so that the prompt turns blue), add this package with:
add https://github.com/Ickaser/LevelSetSublimation.jl
Doing so will install the main branch of this repo, which will get you the most current version of the code.
If all is well, the documentation can be found here. But you can also set up a local website-like interface from your computer with the following steps:
- navigate to
LevelSetSublimation/docs, - run
$ julia --project=. make.jlin your terminal, - navigate to
LevelSetSublimation/docs/build, - run
$ python3 -m http.server --bind localhost