Installation

PyPi (MacOS/Linux/Windows)

A pre-compiled version is available on pypi

pip install -U dyntrack

Building from source

git clone https://github.com/LouisFaure/dyntrack
pip install .

Windows issues

If missing DLL errors occurs while running dyntrack.tl.vector_field(), or gcc is not available while building from source please install MinGW-w64:

choco install mingw