update README to clarify requirements

This commit is contained in:
2026-01-11 15:11:09 +00:00
parent 4b8aebd312
commit 2a8e3fd4db

View File

@@ -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`