From 60a6be5943ebdd544b69891daffdb744f4a302a1 Mon Sep 17 00:00:00 2001
From: Stefan Hynek <stefan.hynek@uni-goettingen.de>
Date: Fri, 25 Feb 2022 14:30:02 +0100
Subject: [PATCH] docs(readme): add libicu package dependency

---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 5561330..c40ad6d 100644
--- a/README.md
+++ b/README.md
@@ -12,6 +12,8 @@ SPDX-License-Identifier: CC0-1.0
     - Python > 3.8
     - Docker > 20.10
     - Docker Compose > 1.25
+    - libicu-dev
+
 1. Create/activate virtual environment (ensure you use the correct python version!).
 
     ```sh
-- 
GitLab