This commit is contained in:
Dionysus 2024-11-26 01:18:20 -05:00
parent 5fe2590e38
commit 630885f01c
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE

View File

@ -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