Skip to content
Snippets Groups Projects
Commit 19d4ff3a authored by jarunanp's avatar jarunanp
Browse files

Update README.md

parent 40380fa2
No related branches found
No related tags found
No related merge requests found
This Python script converts a TOUGH2 result file to VTK format for visualization with Paraview
# Install Conda on Mac OS
* go to https://docs.conda.io/en/latest/miniconda.html
* download 64-bit (.pkg installer) for Python 3.7 for MAC OS
* install with .pkg
* open a terminal
```
$ conda --version
conda 4.6.2
$ conda create -n py3 python=3
$ conda activate py3
```
# Installing required Python packages
```
......
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