From 01da3691919eb6a74f1b660a130255994289dda6 Mon Sep 17 00:00:00 2001 From: Pascal Bouquet Date: Wed, 10 Jun 2026 17:36:06 +0200 Subject: [PATCH] expanded to include textual. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47ae882..0d9e50c 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ cd vmailtool ```bash python3 -m venv vmail-env source vmail-env/bin/activate -pip install mysql-connector-python argon2-cffi +pip install mysql-connector-python argon2-cffi textual ``` ---