Getting started
Install packages:
using Pkg
Pkg.add("Jutul")
Pkg.add("JutulDarcy")If you want the plotting used in the examples, you need this:
Pkg.add("CairoMakie")In addition, there is experimental 3D visualization and well plotting found as a conditional extension. To get access to these features, you need at least Julia 1.9 and the GLMakie package loaded.
Pkg.add("GLMakie")
using GLMakie