diff --git a/README.md b/README.md index 3336e6084d24145d6fb29d473e24feff15b2737c..7c9a69790960cf4b31047c4c375e9ba7089b1b3b 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