Skip to content

Installation

Stable release

To install flowgaugeprocessor, run this command in your terminal:

uv add flowgaugeprocessor

Or if you prefer to use pip:

pip install flowgaugeprocessor

From source

The source files for flowgaugeprocessor can be downloaded from the Codeberg repo.

You can either clone the public repository:

git clone https://codeberg.org/ceh-hotdog/samcou_flowgauging

Or download the tarball:

curl -OJL https://codeberg.org/ceh-hotdog/samcou_flowgauging/tarball/main

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

cd flowgaugeprocessor
uv sync