From f2e3fa61ca78ae5ae6f66cf18da5afaf95043197 Mon Sep 17 00:00:00 2001
From: Swastik Mishra <swastik.mishra@hhu.de>
Date: Wed, 28 May 2025 09:23:52 +0000
Subject: [PATCH] add detail of py2 env YML file for running AnGST

---
 README.md | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/README.md b/README.md
index c0df55d..2850d24 100644
--- a/README.md
+++ b/README.md
@@ -18,9 +18,4 @@ The project is organized into three main steps (`01`, `02`, `03`), each containi
 
 ## Required python packages
 
-A Mamba/Conda environment called `hgt_analyses` was used for all the analyses. This environment with all required packages can easily be created again using the `mamba_packages.yml` file, using the following command:
-```
-mamba env create -f mamba_packages.yml
-```
-If you use Conda instead of Mamba just replace `mamba` with `conda` in the above command.
-
+Use the Mamba/Conda environment in `hgt_analyses.yml` for all the analyses, except when you run AnGST (i.e. `02-run_programs/src/run_angst.py`) in which case you need to use the python2 environment `hgt_analyses_py2.yml`.
-- 
GitLab