Initial **release** #1

Merged
CodeByMrFinchum merged 8 commits from feat/init into main 2025-08-14 19:00:03 +02:00
Showing only changes of commit 0297935c92 - Show all commits

View file

@ -18,7 +18,8 @@ fi
echo "Creating micromamba environment 'ol' with OptimaLab35..."
eval "$("$MAMBA_DIR"/bin/micromamba shell hook -s bash)"
micromamba create -y -n ol pip OptimaLab35
micromamba create -y -n ol pip # First creating the mm env.
micromamba run -n ol pip install OptimaLab35 # Then installing OL35, mm dosnt like to create env with OL35
echo "Creating config directory..."
mkdir -p "$CONFIG_DIR"