diff --git a/README.md b/README.md index 53a65b2..0d89021 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,9 @@ Wichtige code snippets in der `justfile`. ## Dependencies +Installiere alles mit `just setup`. + +Liste der benoetigten Packete ```bash uv typst @@ -13,6 +16,7 @@ just Das default target mit `just` ist ein guter Startpunkt. [Template](https://typst.app/universe/package/ilm) fuer das Dokument mit [Iosevka](https://typeof.net/Iosevka/) als Font. +Es muss die richtige julia Version vorhanden sein. Installation mit [juliaup](https://github.com/JuliaLang/juliaup). ## Personen diff --git a/justfile b/justfile index 932eba9..f5e09ce 100644 --- a/justfile +++ b/justfile @@ -5,6 +5,8 @@ default: # Setup python environment with uv setup: uv sync + # Instantiate julia + julia --project=. -e 'using Pkg; Pkg.instantiate()' # Run the python main entrypoint test: