From f03e77b6e0be8cfe22e2beb1a5cb24deb0fc60c4 Mon Sep 17 00:00:00 2001
From: ssibirtsev <sibi_ballad@gmx.de>
Date: Mon, 9 Sep 2024 13:33:16 +0200
Subject: [PATCH] Update README.md

---
 README.md | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 3336e60..7c9a697 100644
--- a/README.md
+++ b/README.md
@@ -3,11 +3,13 @@
 2. Download the Laguerre Tessellation Tool
 https://github.com/wackywendell/tess
 
-3. Download the Droplet Contact Numbers and Probabilities script (DCNumProb.py) and environment (DCNumProb.yml) into the "tess" folder of the Laguerre Tessellation Tool
+3. Download the Droplet Contact Numbers and Probabilities script (DCNumProb.py) and conda environment (DCNumProb.yml)
 https://git.rwth-aachen.de/avt-fvt/public/contact-numbers-and-probabilities
 
-4. Open the DCNumProb.py script with an code editor and install the environment DCNumProb.yml by typing:
-conda env create -f DCNumProb.yml
+4. Put the DCNumProb.py and DCNumProb.yml files into the "tess" folder of the Laguerre Tessellation Tool
 
-5. Install the Laguerre Tessellation Tool by typing: 
+5. Open the DCNumProb.py script with an code editor and install the environment DCNumProb.yml by typing:
+conda env create -f DCNumPro.yml
+
+6. Install the Laguerre Tessellation Tool by typing: 
 python setup.py build_ext -i
\ No newline at end of file
-- 
GitLab