Install Julia
https://julialang.org/downloads/
Add SFrontiers.jl
to Julia
- Before
SFrontiers.jl
is registered, use the following method to add the package.
julia> using Pkg
julia> Pkg.add(url="https://github.com/HungJenWang1991/SFrontiers")