chore: new scripts for starting and initializing dev setup

This commit is contained in:
ayo 2026-06-06 10:44:29 +02:00
parent 7cdeffd1ab
commit fc25a8fb8c
3 changed files with 3 additions and 3 deletions

1
env.sh
View file

@ -1 +0,0 @@
. .venv/bin/activate

1
init.sh Normal file
View file

@ -0,0 +1 @@
conda create -n threads python=3.12

View file

@ -1,5 +1,5 @@
. .venv/bin/activate
conda activate threads
flask --debug run
# after run
deactivate
conda deactivate