Installation#

Stable release#

To install pyglotaran_extras for a new project, run this command in your terminal:

$ uv init --bare
$ uv add pyglotaran_extras

This is the preferred method to install pyglotaran_extras, as it will always install the most recent stable release. Additionally this will create a uv.lock file allowing you to recreate and share the same environment you use by running uv sync --frozen.

Or if you have an existing project and environment

$ uv pip install pyglotaran_extras

If you don’t have uv installed, see the uv installation guide.

From sources#

The sources for pyglotaran_extras can be downloaded from the Github repo.

You can either clone the public repository:

$ git clone git://github.com/glotaran/pyglotaran-extras

Or download the tarball:

$ curl -OJL https://github.com/glotaran/pyglotaran-extras/tarball/main

Once you have a copy of the source, you can install it with:

$ uv pip install .