Skip to content

Commit

Permalink
Clarify installation of auxiliary packages
Browse files Browse the repository at this point in the history
  • Loading branch information
sloede committed Nov 5, 2023
1 parent c97b57d commit a68b526
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,15 @@ interested in using any of this, please get in touch with the developers of the


## Usage
Clone this repository
To run any of the elixirs with the neurl network-based indicators, you first need to install
all required auxiliary packages by running the following code in the Julia REPL:
```julia
julia> using Pkg

julia> Pkg.add(["BSON", "Flux", "OrdinaryDiffEq", "Trixi"])
```

Then, clone this repository
```shell
git clone [email protected]:trixi-framework/TrixiSmartShockFinder.jl.git
```
Expand Down

0 comments on commit a68b526

Please sign in to comment.