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
Clone the Repository
git clone https://github.com/yourusername/network-latency-monitor.git cd network-latency-monitor
Install Dependencies with Poetry
poetry install
Activate the Virtual Environment
poetry shell
Verify Installation
poetry shell poetry run nlm --help
Build the Documentation (Optional)
cd docs make html
View the Documentation
Open docs/build/html/index.html in your web browser