Update readme.md and set_up_env.sh

This commit is contained in:
2025-01-27 13:29:29 +01:00
parent 1b2184d8e1
commit a3a1b8506c
2 changed files with 88 additions and 126 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
# Define the name of the environment
ENV_NAME="pyenv5505"
ENV_NAME="multiphase_chemistry_env"
# Check if mamba is available and use it instead of conda for faster installation
if command -v mamba &> /dev/null; then