Skip to content

Installation

Stable release

To install log_analyzer, run this command in your terminal:

uv add log_analyzer

Or if you prefer to use pip:

pip install log_analyzer

From source

The source files for log_analyzer can be downloaded from the Github repo.

You can either clone the public repository:

git clone https://github.com/rustruber/log_analyzer

Or download the tarball:

curl -OJL https://github.com/rustruber/log_analyzer/tarball/main

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

cd log_analyzer
uv sync