From 415b1ca87ef06bb7184652d016561e2fdb860888 Mon Sep 17 00:00:00 2001 From: Dylan De Faoite Date: Sat, 17 Jan 2026 22:16:56 +0000 Subject: [PATCH] update README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index e5b7c3f..81bf03e 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,9 @@ Beyond programming, the project involves applying ethical research principles, h # Requirements - **Python** ≥ 3.9 -- **Docker Compose** - **Python packages** listed in `requirements.txt` -⚠️ Some packages require system-level PostgreSQL libraries. Install them as follows: +**Note**: Some packages require system-level PostgreSQL libraries. Install them as follows: ### Ubuntu / Debian `sudo apt install libpq-dev python3-dev`