Installation

You can install NLM (Network Latency Monitor) using pip from PyPI.

Installation via pip

pip install network-latency-monitor

Install from Source

To install NLM from source, follow these steps:

Prerequisites

  • Python

  • Poetry

  1. Clone the Repository

git clone https://github.com/yourusername/network-latency-monitor.git
cd network-latency-monitor
  1. Install Dependencies with Poetry

poetry install
  1. Activate the Virtual Environment

poetry shell
  1. Verify Installation

poetry shell
poetry run nlm --help
  1. Build the Documentation (Optional)

cd docs
make html
  1. View the Documentation

    Open docs/build/html/index.html in your web browser