Skip to content
Snippets Groups Projects
Commit 39033d69 authored by ssibirtsev's avatar ssibirtsev
Browse files

Update README.md

parent 1624f3ee
No related branches found
No related tags found
No related merge requests found
......@@ -3,13 +3,15 @@
2. Download the Laguerre Tessellation Tool
https://github.com/wackywendell/tess
3. Download the Droplet Contact Numbers and Probabilities script (DCNumPro.py) and conda environment (DCNumPro.yml)
3. Download the Droplet Contact Numbers and Probabilities script (DCNumPro.py) and the conda environment suitable for your operating system (DCNumPro_windows.yml or DCNumPro_linux.yml)
https://git.rwth-aachen.de/avt-fvt/public/contact-numbers-and-probabilities
4. Put the DCNumPro.py and DCNumPro.yml files into the main folder of the Laguerre Tessellation Tool
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 by typing:
conda env create -f DCNumPro.yml
5. Open the DCNumPro.py script with an code editor and install the environment DCNumPro.yml (or DCNumPro_linux.yml) by typing:
- conda env create -f DCNumPro_windows.yml
or
- conda env create -f DCNumPro_linux.yml
6. Install the Laguerre Tessellation Tool by typing:
python setup.py build_ext -i
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment