Installation
Since Geomorphometry.jl
is registered in the Julia General registry, you can simply run the following command in the Julia REPL:
julia
julia> using Pkg
julia> Pkg.add("Geomorphometry")
# or
julia> ] # ']' should be pressed
pkg> add Geomorphometry
If you want to use the latest unreleased version, you can run the following command:
julia
pkg> add Geomorphometry#main