Installation
MacroModelling.jl
requires julia
version 1.8 or higher and an IDE is recommended (e.g. VS Code
with the julia extension
).
Once set up you can install MacroModelling.jl
by typing the following in the julia REPL:
using Pkg; Pkg.add("MacroModelling")