Installation

MacroModelling.jl requires julia version 1.10 or higher and an IDE is recommended (e.g. VS Code with the julia extension).

Once set up MacroModelling.jl can be installed by typing the following in the julia REPL:

using Pkg; Pkg.add("MacroModelling")