/kaipy

Collection of python tools used for evaluation of simulation data.

Primary LanguagePythonOtherNOASSERTION

kaipy

Python package for data evaluation of simulations.

Actions Status

Installation

Clone the git repository

  git clone https://github.com/KaiSzuttor/kaipy.git

In the cloned directory use pip to install

  pip install .

If you don't have root permissions, you can install the module in your home directory (.local) by using the user flag of pip

  pip install . --user