Skip to content

Installation

Stable release

To install RainGaugeMatcha, run this command in your terminal:

uv add RainGaugeMatcha

Or if you prefer to use pip:

pip install RainGaugeMatcha

From source

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

You can either clone the public repository:

git clone https://codeberg.org/CEH-HOTDOG/RainGaugeMatcha

Or download the tarball:

curl -OJL https://codeberg.org/CEH-HOTDOG/RainGaugeMatcha/tarball/main

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

cd RainGaugeMatcha
uv sync