From 19dff39dff68c5a2f345f7f910432f434c4451d0 Mon Sep 17 00:00:00 2001 From: Dylan De Faoite Date: Sun, 11 Jan 2026 13:35:25 +0000 Subject: [PATCH] add requirements section to readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 970932c..5c61d25 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,10 @@ Analyse patterns: Use natural language processing (NLP) to detect frequent keywo - Visualise insights: Present findings as charts, timelines, and network diagrams to reveal how conversations and topics evolve. - Have clearly stated and explained ethical and privacy guidelines for users. The student will design the architecture, implement data pipelines, integrate basic NLP models, and create an interactive dashboard. -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. \ No newline at end of file +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 +`sudo apt install libpq-dev python3-dev` +## Arch +`sudo pacman -S postgresql-libs postgresql` \ No newline at end of file