-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clarify installation of auxiliary packages
- Loading branch information
Showing
1 changed file
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
``` | ||
|