From 720093e7a67898d6748bd81fd7d331fa1839b2d8 Mon Sep 17 00:00:00 2001 From: Esteban1313 Date: Tue, 6 Jan 2026 20:26:30 +0100 Subject: [PATCH] Add requirements section to README Documents basic Python requirements for running the examples. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2ef80bb5..fc5102ae 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,7 @@ Install requirements.txt in a virtual environment of your choice and execute mai pip install -r requirements.txt python main.py ``` +## Requirements + +- Python 3.9 or newer +- Basic knowledge of Python