Skip to content

Commit

Permalink
Update intro.md
Browse files Browse the repository at this point in the history
  • Loading branch information
moyner authored Jun 21, 2023
1 parent 9882a2c commit 9dc7da2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/examples/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ 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 in an unregistered package. At some point in time this will be registered or folded into the main package as a conditional dependency.

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.
```julia
Pkg.add(url="https://github.com/sintefmath/JutulViz.jl")
Pkg.add("GLMakie")
using GLMakie
```

0 comments on commit 9dc7da2

Please sign in to comment.