From 8487456da17928fec297b295b89941d2e8b88bd4 Mon Sep 17 00:00:00 2001 From: "Edgar P. Burkhart" Date: Sat, 17 May 2025 21:08:03 +0200 Subject: [PATCH] Update installation instructions to include requirement for datetime library --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b35544..44e07c2 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Inspired from [shawwwn/uMail](https://github.com/shawwwn/uMail). ## Installation ### Manual -Copy the `micromail.py` file to your device. +Copy the `micromail.py` file to your device. You will need to install the `datetime` library as well. ### MIP ```python