From ca905929f502ccca58484cf6f91d87d51411f4cc Mon Sep 17 00:00:00 2001 From: Jonas Hahn Date: Sat, 31 Jan 2026 16:55:26 +0100 Subject: [PATCH] Setup --- README.md | 4 ++++ justfile | 2 ++ 2 files changed, 6 insertions(+) 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: