Installation#

The ZnTrack package is available on PyPI and can be installed using

pip install zntrack
PyPI version

Developer Installation#

ZnTrack is developed using Poetry. To install the package in development mode, clone the repository and use poetry install. Instead of using the poetry environment you can also use conda create -n zntrack python and conda activate zntrack before installing the package.

git clone https://github.com/zincware/ZnTrack.git
cd ZnTrack
poetry install