Installation
The package can be installed with the Julia package manager. From the Julia REPL, type ]
to enter the Pkg REPL mode and run:
pkg> add GradValley
Or, equivalently, via the Pkg API:
julia> import Pkg; Pkg.add("GradValley")
Used Dependencies
You can look at the Project.toml file to find information about used dependencies and compatibility.