Skip to content

Commit

Permalink
add some additional doc note
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiq committed Apr 18, 2023
1 parent 6212311 commit 12223de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/src/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ using Plots
# etc ...
```

And the script can be run with `julia -t auto script.jl` (where `-t auto` allows for multi-threading), or included in julia with `julia> include("./scritp.jl")`, as described in the next section.

!!! tip
By loading the package with
```julia
Expand Down

0 comments on commit 12223de

Please sign in to comment.