From 630885f01cd2a20d7aac881a2134929b5f79052c Mon Sep 17 00:00:00 2001 From: acidvegas Date: Tue, 26 Nov 2024 01:18:20 -0500 Subject: [PATCH] PyPi'd --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7a53c95..7ccd28f 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,12 @@ PyLCG is a high-performance Python implementation of a memory-efficient IP addre ## Installation +### From PyPI +```bash +pip install pylcg +``` + +### From Source ```bash git clone https://github.com/acidvegas/pylcg cd pylcg