Installation¶
Version 1.4.4 is the current stable release.
TrajPy¶
TrajPy is hosted on PyPI. Install it with pip:
pip install trajpy
or with uv:
uv add trajpy
Graphical User Interface (trajpy-ui)¶
An optional graphical user interface is available as a separate package:
pip install trajpy-ui
or with uv:
uv add trajpy-ui
Development version¶
To install the latest development version, clone the repository and install in editable mode:
git clone https://github.com/ocbe-uio/trajpy
cd trajpy
uv sync
Dependencies¶
Core runtime dependencies are listed in pyproject.toml.
The docs extras (Sphinx, nbsphinx, etc.) can be installed with:
uv sync --group docs