This commit is contained in:
2026-01-31 16:55:26 +01:00
parent 752433a900
commit ca905929f5
2 changed files with 6 additions and 0 deletions

View File

@@ -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

View File

@@ -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: