added setup and toml file; first preliminary script; moved templates

This commit is contained in:
Robin
2025-08-12 14:13:53 +02:00
parent 22e12c05d2
commit 3090c38694
18 changed files with 140 additions and 1 deletions

5
setup_env.sh Normal file
View File

@@ -0,0 +1,5 @@
python3.12 -m venv .venv
source .venv/bin/activate
pip install -e .
# pip install --upgrade --force-reinstall .