Python Implemented PArticles POstprocessor
- Create a python environment, for example conda using:
conda env create
- Install via:
For a safe installation with fixed dependencies packages use:
pip install .
Develop install:pip install .[safe]
pip install -e .[dev]