Supplementary package for pyglotaran with (example) plotting code for use with the pyglotaran package. Can be installed as a python package or from sources.
Prerequisites:
- uv or python 3.10-3.14
- Python package
pyglotaranv0.7.0 (or later)
To install pyglotaran-extras from PyPI, run this command in your terminal:
uv pip install pyglotaran-extrasIf you want to install it via conda, you can run the following command:
conda install -c conda-forge pyglotaran-extrasTo install pyglotaran-extras from sources, either clone this repository or download the latest release, then run this command in your terminal:
git clone https://github.com/glotaran/pyglotaran-extras.git
cd pyglotaran-extras
uv sync --frozenor directly
uv pip install git+https://github.com/glotaran/pyglotaran-extras.git