Initial commit with translated description

This commit is contained in:
2026-03-29 13:19:08 +08:00
commit d785f5ad73
5 changed files with 219 additions and 0 deletions

13
setup.sh Normal file
View File

@@ -0,0 +1,13 @@
#!/usr/bin/env bash
set -euo pipefail
cd "$(dirname "$0")"
python3 -m venv .venv
source .venv/bin/activate
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
echo "Klaar. Gebruik:"
echo " source .venv/bin/activate"
echo " python ods.py template-report --output rapport.docx --title 'Q1 Analyse' --author 'Robert'"