expanded to include textual.

This commit is contained in:
2026-06-10 17:36:06 +02:00
parent c892446746
commit 01da369191
+1 -1
View File
@@ -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
```
---