From 17fba3c2f289e843f856acecebee9b6308cc2a8b Mon Sep 17 00:00:00 2001 From: Leo Vasanko Date: Fri, 7 Nov 2025 22:30:23 +0000 Subject: [PATCH] README --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 44dc47a..11fc21f 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,14 @@ # pyaegis [![PyPI version](https://badge.fury.io/py/pyaegis.svg)](https://badge.fury.io/py/pyaegis) -[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/LeoVasanko/pyaegis/blob/main/libaegis/LICENSE) -Fast, safe Python bindings for the AEGIS family of authenticated encryption algorithms (via libaegis). +Safe Python bindings for the AEGIS family of very fast authenticated encryption algorithms (via libaegis). ## Install -- PyPI (recommended): - +Using [uv](https://docs.astral.sh/uv/getting-started/installation/): ```fish -pip install pyaegis +uv pip install git+https://github.com/LeoVasanko/pyaegis.git ``` For development builds, see BUILD.md.