KaiSzuttor / kaipy

Collection of python tools used for evaluation of simulation data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Collection of python tools used for evaluation of simulation data.

License:Other


Languages

Language:Python 100.0%