Installation

Prerequisites

  • Python 3.10 or higher

  • (Recommended) uv installed and on the path.

  • Basic familiarity with command-line interfaces.

From sources

Prerequisites

  • git installed

Follow the steps outlined above to setup a virtual environment and activate it.

$ uv pip install https://github.com/glotaran/pyglotaran.git

For updating pyglotaran, just re-run the command above.

If you prefer to manually download the source files, you can find them on Github. Alternatively you can clone them with git (preferred):

$ git clone https://github.com/glotaran/pyglotaran.git

Within a terminal, navigate to directory where you have unpacked or cloned the code and enter

$ uv pip install -e .[full]

For updating, simply download and unpack the newest version (or run $ git pull in pyglotaran directory if you used git) and and re-run the command above.