Installation

Prerequisites

  • Python 3.12 or higher

  • Pygame (will be installed automatically)

Using pip

pip install logngraph

From source

git clone https://github.com/GS11566/logngraph.git
cd logngraph
pip install -e .

Verifying installation

import logngraph
print(logngraph.__version__)