From 2a8e3fd4db924f7cad6960c0510eb118c2f246a8 Mon Sep 17 00:00:00 2001 From: Dylan De Faoite Date: Sun, 11 Jan 2026 15:11:09 +0000 Subject: [PATCH] update README to clarify requirements --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5c61d25..e5b7c3f 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,14 @@ Analyse patterns: Use natural language processing (NLP) to detect frequent keywo Beyond programming, the project involves applying ethical research principles, handling data responsibly, and designing for non-technical users. By the end, the project will demonstrate how computer science can bridge technology and social research — turning raw online interactions into meaningful cultural insights. # Requirements -## Ubuntu / Debian + +- **Python** ≥ 3.9 +- **Docker Compose** +- **Python packages** listed in `requirements.txt` + +⚠️ Some packages require system-level PostgreSQL libraries. Install them as follows: + +### Ubuntu / Debian `sudo apt install libpq-dev python3-dev` -## Arch +### Arch `sudo pacman -S postgresql-libs postgresql` \ No newline at end of file