Installing LEAP-Macro
LEAP-Macro is installed via GitHub. You must first have a working Julia installation on your computer. The LEAP-Macro team has verified LEAP-Macro's compatibility with Julia 1.9; other versions of Julia may not work correctly.
Once Julia is set up, start a Julia session and add the LEAP-Macro package (named LEAPMacro). Once Julia is started, press the ] key to open up the package manager, and then add LEAPMacro.jl from GitHub:
julia> ]
pkg> add https://github.com/sei-international/LEAPMacro.jlTo update to the newest code after LEAP-Macro is installed, use update:
julia> ]
pkg> update LEAPMacro