InstallationΒΆ

Measurements.jl is available for Julia 0.4 and later versions, and can be installed with Julia built-in package manager. In a Julia session run the command

julia> Pkg.add("Measurements")

You may need to update your package list with Pkg.update() in order to get the latest version of Measurements.jl.