Python wrapper of Kinetic.jl, which is a lightweight Julia toolbox for the study of kinetic theory and scientific machine learning.
We start by cloning the repository and changing into the directory.
git clone https://github.com/vavrines/kineticpy.git
cd kineticpy
Next, we start python.
python
We can initialize the module by
>>> import kineticpy
>>> kineticpy.install()while the basic structs and methods are stored in
>>> from kineticpy import base