pylcg- Unnamed repository; edit this file 'description' to name the repository. |
git clone git://git.acid.vegas/-c.git |
Log | Files | Refs | Archive | README | LICENSE |
commit 0f2a944556d0b28ddda463c040ec205b28bc84bf
parent 68b23feee79687cd104eb83056cb0b2934c92f3a Author: acidvegas <acid.vegas@acid.vegas> Date: Tue, 26 Nov 2024 16:18:57 -0500 Updated usage Diffstat:
|
1 file changed, 1 insertion(+), 9 deletions(-) |
diff --git a/README.md b/README.md @@ -14,24 +14,16 @@ 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 -chmod +x pylcg.py -``` - ## Usage ### Command Line ```bash -./pylcg.py 192.168.0.0/16 --shard-num 1 --total-shards 4 --seed 12345 +pylcg 192.168.0.0/16 --shard-num 1 --total-shards 4 --seed 12345 ``` ### As a Library |