From a68b526b48215a085af51ad0f7e2332c6288d77b Mon Sep 17 00:00:00 2001 From: Michael Schlottke-Lakemper Date: Sun, 5 Nov 2023 06:36:28 +0100 Subject: [PATCH] Clarify installation of auxiliary packages --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d517008..dddcf1b 100644 --- a/README.md +++ b/README.md @@ -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 git@github.com:trixi-framework/TrixiSmartShockFinder.jl.git ```