Extension to Unitful.jl with support for Gaussian electromagnetic units (CGS-ESU and CGS-EMU).
In the Julia REPL, type the following to install UnitfulGaussian.jl and Unitful.jl (recommended):
julia> ] # type `]` to drop into pkg-mode
pkg> add UnitfulGaussianAlternatively, you can also use Pkg.jl's add() function:
import Pkg
Pkg.add(["UnitfulGaussian", "Unitful"])For more information about the package, please visit our documentation site (link in the "About" section)