diff --git a/README.md b/README.md index 393ade1c8ca5e18dedfbc4c1cdc09eee6f89ef5a..fbe078c77c6c369be6df814418895c5ee461ae83 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.