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