From f4a80d13db0e8cc67bf9165c16c24eacaad9b255 Mon Sep 17 00:00:00 2001 From: ssibirtsev <sibi_ballad@gmx.de> Date: Tue, 10 Sep 2024 17:11:18 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 393ade1..fbe078c 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,12 @@ https://git.rwth-aachen.de/avt-fvt/public/contact-numbers-and-probabilities 4. Put the DCNumPro.py and DCNumPro_windows.yml (or DCNumPro_linux.yml) files into the main folder of the Laguerre Tessellation Tool (tess-master) -5. Open the DCNumPro.py script with an code editor and install the environment DCNumPro.yml (or DCNumPro_linux.yml) by typing: +5. Open the DCNumPro.py script with an code editor and install the environment DCNumPro.yml (or DCNumPro_linux.yml): - conda env create -f DCNumPro_windows.yml -OR +or - conda env create -f DCNumPro_linux.yml -6. Install the Laguerre Tessellation Tool by typing: +6. Install the Laguerre Tessellation Tool: python setup.py build_ext -i 7. Set configuration parameters in DCNumPro.py and run the script. -- GitLab